diff options
Diffstat (limited to 'test/Preprocessor/dump-macros-spacing.c')
-rw-r--r-- | test/Preprocessor/dump-macros-spacing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/dump-macros-spacing.c b/test/Preprocessor/dump-macros-spacing.c index 335e37c..1392442 100644 --- a/test/Preprocessor/dump-macros-spacing.c +++ b/test/Preprocessor/dump-macros-spacing.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -E -dD < %s | grep stdin | grep -v define +// RUN: %clang_cc1 -E -dD < %s | grep stdin | grep -v define #define A A /* 1 * 2 |