Skip to content

Commit c835dca

Browse files
committed
[Driver][test] Add -Wno-msvc-not-found to %clang_cl -WX tests that don't want the diagnostic
similar to 2a1edeb
1 parent 989a5fe commit c835dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/cl-options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
// W4: -WCL4
291291
// Weverything: -Weverything
292292

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

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

0 commit comments

Comments
 (0)