diff options
Diffstat (limited to 'test/Preprocessor/indent_macro.c')
-rw-r--r-- | test/Preprocessor/indent_macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/indent_macro.c b/test/Preprocessor/indent_macro.c index 0dcaa7b4b9..f6b411e93f 100644 --- a/test/Preprocessor/indent_macro.c +++ b/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 |