summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/clang_headers.c
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2010-11-16 10:26:08 +0000
committerChandler Carruth <chandlerc@gmail.com>2010-11-16 10:26:08 +0000
commitb19289331daac36ff1fb45a12d75915f160a9891 (patch)
tree07c97c56f30bceddaf55e0ccead9fa6d1ef2f83b /clang/test/Preprocessor/clang_headers.c
parent07bb19667ac2afcd3101169584dcbdf53770ee51 (diff)
downloadbcm5719-llvm-b19289331daac36ff1fb45a12d75915f160a9891.tar.gz
bcm5719-llvm-b19289331daac36ff1fb45a12d75915f160a9891.zip
This really seems like a boring set of fixes to our tests to make them more
independent of the underlying system. Let me know if any of these are too aggressive. llvm-svn: 119345
Diffstat (limited to 'clang/test/Preprocessor/clang_headers.c')
-rw-r--r--clang/test/Preprocessor/clang_headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/clang_headers.c b/clang/test/Preprocessor/clang_headers.c
index f2dec4fbe56..41bd7541045 100644
--- a/clang/test/Preprocessor/clang_headers.c
+++ b/clang/test/Preprocessor/clang_headers.c
@@ -1,3 +1,3 @@
-// RUN: %clang_cc1 -E %s
+// RUN: %clang_cc1 -ffreestanding -E %s
#include <limits.h>
OpenPOWER on IntegriCloud