diff options
Diffstat (limited to 'test/Driver/cl-pch-search.cpp')
-rw-r--r-- | test/Driver/cl-pch-search.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/cl-pch-search.cpp b/test/Driver/cl-pch-search.cpp index ca62668ef13bb..3ba4a11753a2a 100644 --- a/test/Driver/cl-pch-search.cpp +++ b/test/Driver/cl-pch-search.cpp @@ -2,5 +2,5 @@ // command-line option, e.g. on Mac where %s is commonly under /Users. // REQUIRES: x86-registered-target -// Check that pchfile.h next to to pchfile.cc is found correctly. -// RUN: %clang_cl -Werror --target=x86_64 /Ycpchfile.h /FIpchfile.h /c /Fo%t.obj /Fp%t.pch -- %S/Inputs/pchfile.cpp +// Check that pchfile.h next to pchfile.cc is found correctly. +// RUN: %clang_cl -Werror -Wno-microsoft-include --target=x86_64-windows /Ycpchfile.h /FIpchfile.h /c /Fo%t.obj /Fp%t.pch -- %S/Inputs/pchfile.cpp |