commit | d62ef1a951d586241e86f300d3321b3f04c2275c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Feb 04 19:44:14 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Feb 04 19:44:14 2009 +0000 |
tree | 8a1fd30574b0294eb43584331932ca5260cb25cf | |
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
diff --git a/test/Preprocessor/include-directive2.c b/test/Preprocessor/include-directive2.c index 9e08272..d6f6a1a 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