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