diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-04 19:44:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-04 19:44:14 +0000 |
commit | d62ef1a951d586241e86f300d3321b3f04c2275c (patch) | |
tree | 8a1fd30574b0294eb43584331932ca5260cb25cf /test/Preprocessor/include-directive2.c | |
parent | cd22f81f539606c9185704cd16146343dc0388a0 (diff) |
Ok, we need a system header for this test to pass in the clang/test directory as well as from the pp directory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/include-directive2.c')
-rw-r--r-- | test/Preprocessor/include-directive2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/include-directive2.c b/test/Preprocessor/include-directive2.c index 9e08272d03..d6f6a1af6b 100644 --- a/test/Preprocessor/include-directive2.c +++ b/test/Preprocessor/include-directive2.c @@ -1,4 +1,4 @@ -// RUN: clang -Eonly %s -I. -# define HEADER <file_to_include.h> +// RUN: clang -Eonly %s +# define HEADER <stdlib.h> # include HEADER |