diff options
Diffstat (limited to 'clang/test/Preprocessor/indent_macro.c')
-rw-r--r-- | clang/test/Preprocessor/indent_macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/indent_macro.c b/clang/test/Preprocessor/indent_macro.c index 0dcaa7b4b9a..f6b411e93ff 100644 --- a/clang/test/Preprocessor/indent_macro.c +++ b/clang/test/Preprocessor/indent_macro.c @@ -1,4 +1,4 @@ -// RUN: clang -E %s | grep '^ zzap$' +// RUN: clang-cc -E %s | grep '^ zzap$' // zzap is on a new line, should be indented. #define BLAH zzap |