diff options
Diffstat (limited to 'test/Preprocessor/dump_macros.c')
-rw-r--r-- | test/Preprocessor/dump_macros.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/dump_macros.c b/test/Preprocessor/dump_macros.c index 5908fec..d420eb4 100644 --- a/test/Preprocessor/dump_macros.c +++ b/test/Preprocessor/dump_macros.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -E -dM %s -o - | FileCheck %s -strict-whitespace +// RUN: %clang_cc1 -E -dM %s -o - | FileCheck %s -strict-whitespace // Space at end even without expansion tokens // CHECK: #define A(x) |