]> granicus.if.org Git - clang/commitdiff
Ok, we need a system header for this test to pass in the clang/test directory as...
authorChris Lattner <sabre@nondot.org>
Wed, 4 Feb 2009 19:44:14 +0000 (19:44 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Feb 2009 19:44:14 +0000 (19:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63763 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/include-directive2.c

index 9e08272d0351f336afd17a80ada5c2e7a6e1382c..d6f6a1af6b1535d85ba8878977ffe123b945bce6 100644 (file)
@@ -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