]> granicus.if.org Git - clang/commitdiff
Fix test on MSVC: since the test includes a system header it cannot use clang_cc1.
authorFrancois Pichet <pichet2000@gmail.com>
Fri, 22 Jul 2011 08:52:55 +0000 (08:52 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Fri, 22 Jul 2011 08:52:55 +0000 (08:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135763 91177308-0d34-0410-b5e6-96231b3b80d8

test/Headers/wchar_limits.cpp

index 704a12cbfaf6f283139824bc9a523ee5ad3183b1..93caab8e4f05d034b3db9b62051d78e5701275f0 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
-// RUN: %clang_cc1 -fsyntax-only -verify -fshort-wchar %s
+// RUN: %clang -fsyntax-only -verify %s
+// RUN: %clang -fsyntax-only -verify -fshort-wchar %s
 
 #include <limits.h>