Skip to content

Commit

Permalink
[Driver][test] Add -Wno-msvc-not-found to %clang_cl -WX tests that do…
Browse files Browse the repository at this point in the history
…n't want the diagnostic

similar to 2a1edeb
  • Loading branch information
MaskRay committed Jul 30, 2023
1 parent 989a5fe commit c835dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/cl-options.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
// W4: -WCL4
// Weverything: -Weverything

// RUN: not %clang_cl /WX -### -- %s 2>&1 | FileCheck -check-prefix=WX %s
// RUN: %clang_cl /WX -Wno-msvc-not-found -### -- %s 2>&1 | FileCheck -check-prefix=WX %s
// WX: -Werror

// RUN: %clang_cl /WX- -### -- %s 2>&1 | FileCheck -check-prefix=WX_ %s
Expand Down

0 comments on commit c835dca

Please sign in to comment.