diff options
Diffstat (limited to 'test/Preprocessor/function_macro_file.c')
-rw-r--r-- | test/Preprocessor/function_macro_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/function_macro_file.c b/test/Preprocessor/function_macro_file.c index 6a266dd079..c97bb75d8a 100644 --- a/test/Preprocessor/function_macro_file.c +++ b/test/Preprocessor/function_macro_file.c @@ -1,4 +1,4 @@ -/* RUN: clang-cc -E -P %s | grep f +/* RUN: %clang_cc1 -E -P %s | grep f */ #include "function_macro_file.h" |