From: Francois Pichet Date: Fri, 22 Jul 2011 08:52:55 +0000 (+0000) Subject: Fix test on MSVC: since the test includes a system header it cannot use clang_cc1. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=159a7b3c531d09d98176699f212928da9bed8602;p=clang Fix test on MSVC: since the test includes a system header it cannot use clang_cc1. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135763 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Headers/wchar_limits.cpp b/test/Headers/wchar_limits.cpp index 704a12cbfa..93caab8e4f 100644 --- a/test/Headers/wchar_limits.cpp +++ b/test/Headers/wchar_limits.cpp @@ -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