Use -ffreestanding with clang_cc1 to make the test picks the clang builtin include.

llvm-svn: 135766
This commit is contained in:
Francois Pichet 2011-07-22 10:49:54 +00:00
parent 9cf99a61d6
commit 7f1e2a5c03
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang -fsyntax-only -verify %s
// RUN: %clang -fsyntax-only -verify -fshort-wchar %s
// RUN: %clang_cc1 -ffreestanding -fsyntax-only -verify %s
// RUN: %clang_cc1 -ffreestanding -fsyntax-only -verify -fshort-wchar %s
#include <limits.h>