diff options
-rw-r--r-- | test/Preprocessor/includeexpand2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/includeexpand2.c b/test/Preprocessor/includeexpand2.c index 970c9abe40..9e08272d03 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 |