[cfe-commits] r63763 - /cfe/trunk/test/Preprocessor/include-directive2.c
Chris Lattner
sabre at nondot.org
Wed Feb 4 11:44:14 PST 2009
Author: lattner
Date: Wed Feb 4 13:44:14 2009
New Revision: 63763
URL: http://llvm.org/viewvc/llvm-project?rev=63763&view=rev
Log:
Ok, we need a system header for this test to pass in the clang/test directory as well as from the pp directory.
Modified:
cfe/trunk/test/Preprocessor/include-directive2.c
Modified: cfe/trunk/test/Preprocessor/include-directive2.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/include-directive2.c?rev=63763&r1=63762&r2=63763&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/include-directive2.c (original)
+++ cfe/trunk/test/Preprocessor/include-directive2.c Wed Feb 4 13:44:14 2009
@@ -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
More information about the cfe-commits
mailing list