include smaller header for test.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63758 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Preprocessor/includeexpand2.c b/test/Preprocessor/includeexpand2.c
index 970c9ab..9e08272 100644
--- a/test/Preprocessor/includeexpand2.c
+++ b/test/Preprocessor/includeexpand2.c
@@ -1,4 +1,4 @@
 // RUN: clang -Eonly %s -I.
-#  define HEADER <stdio.h>
+#  define HEADER <file_to_include.h>
 
 #  include HEADER