diff options
-rw-r--r-- | clang/test/Preprocessor/includeexpand2.c | 2 |
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 |