diff options
Diffstat (limited to 'test/Preprocessor/include-directive2.c')
-rw-r--r-- | test/Preprocessor/include-directive2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/include-directive2.c b/test/Preprocessor/include-directive2.c index 9e08272d03..d6f6a1af6b 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 |