From: Chris Lattner Date: Wed, 4 Feb 2009 19:44:14 +0000 (+0000) Subject: Ok, we need a system header for this test to pass in the clang/test directory as... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d62ef1a951d586241e86f300d3321b3f04c2275c;p=clang 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 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 +// RUN: clang -Eonly %s +# define HEADER # include HEADER