diff options
Diffstat (limited to 'clang/test/Driver/cl-options.c')
-rw-r--r-- | clang/test/Driver/cl-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index 7d098bb98a9..c6e78ffe723 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c @@ -120,7 +120,7 @@ // Unsupported but parsed options. Check that we don't error on them. // (/Zs is for syntax-only) -// RUN: %clang_cl /Zs /arch:sse2 /Yustdafx.h /FpDebug\main.pch -- %s 2>&1 +// RUN: %clang_cl /Zs /arch:sse2 /Ycstdafx.h /Yustdafx.h /FpDebug\main.pch -- %s 2>&1 // RUN: %clang_cl /Zs /EHsc /Fdfoo /fp:precise /Gd /GL /GL- -- %s 2>&1 // RUN: %clang_cl /Zs /Gm /Gm- /GS /Gy /Gy- /GT /GZ -- %s 2>&1 // RUN: %clang_cl /Zs /ofoo.obj /o foo.obj -- %s 2>&1 |