diff options
Diffstat (limited to 'test/Preprocessor/include-directive2.c')
-rw-r--r-- | test/Preprocessor/include-directive2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/include-directive2.c b/test/Preprocessor/include-directive2.c index 5f1ee3cfbc26..b1a9940b4412 100644 --- a/test/Preprocessor/include-directive2.c +++ b/test/Preprocessor/include-directive2.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -ffreestanding -Eonly -verify %s -# define HEADER <float.h> +# define HEADER <stdarg.h> # include HEADER |