aboutsummaryrefslogtreecommitdiff
path: root/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
commitba772ba69ba0661f059f49c58395f870eb5c4df3 (patch)
tree11cd2c4ff44ccd53a7936954ccbb66e61b6e51f6 /test/Preprocessor/clang_headers.c
parentb418d74c11498b7e1044103131e2e3be4d63512e (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/clang_headers.c')
-rw-r--r--test/Preprocessor/clang_headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/clang_headers.c b/test/Preprocessor/clang_headers.c
index f2dec4fbe5..41bd754104 100644
--- a/test/Preprocessor/clang_headers.c
+++ b/test/Preprocessor/clang_headers.c
@@ -1,3 +1,3 @@
-// RUN: %clang_cc1 -E %s
+// RUN: %clang_cc1 -ffreestanding -E %s
#include <limits.h>