commit | ba772ba69ba0661f059f49c58395f870eb5c4df3 | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Tue Nov 16 10:26:08 2010 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Tue Nov 16 10:26:08 2010 +0000 |
tree | 11cd2c4ff44ccd53a7936954ccbb66e61b6e51f6 | |
parent | b418d74c11498b7e1044103131e2e3be4d63512e [diff] [blame] |
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
diff --git a/test/Preprocessor/clang_headers.c b/test/Preprocessor/clang_headers.c index f2dec4f..41bd754 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>