Fix test on MSVC: since the test includes a system header it cannot use clang_cc1.

llvm-svn: 135763
This commit is contained in:
Francois Pichet 2011-07-22 08:52:55 +00:00
parent 17bab44308
commit 969c32acb2
1 changed files with 2 additions and 2 deletions

View 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>