summaryrefslogtreecommitdiff
path: root/test/Preprocessor/include-directive2.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/include-directive2.c
parentb418d74c11498b7e1044103131e2e3be4d63512e (diff)
downloadclang-ba772ba69ba0661f059f49c58395f870eb5c4df3.tar.gz
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/include-directive2.c')
-rw-r--r--test/Preprocessor/include-directive2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/include-directive2.c b/test/Preprocessor/include-directive2.c
index b205325f60..5f1ee3cfbc 100644
--- a/test/Preprocessor/include-directive2.c
+++ b/test/Preprocessor/include-directive2.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -Eonly -verify %s
+// RUN: %clang_cc1 -ffreestanding -Eonly -verify %s
# define HEADER <float.h>
# include HEADER