forked from OSchip/llvm-project
Fix test on MSVC: since the test includes a system header it cannot use clang_cc1.
llvm-svn: 135763
This commit is contained in:
parent
17bab44308
commit
969c32acb2
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue