summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/includeexpand2.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/includeexpand2.c')
-rw-r--r--clang/test/Preprocessor/includeexpand2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/includeexpand2.c b/clang/test/Preprocessor/includeexpand2.c
index 970c9abe40f..9e08272d035 100644
--- a/clang/test/Preprocessor/includeexpand2.c
+++ b/clang/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
OpenPOWER on IntegriCloud