diff options
Diffstat (limited to 'test/Preprocessor/macro_undef.c')
| -rw-r--r-- | test/Preprocessor/macro_undef.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_undef.c b/test/Preprocessor/macro_undef.c index 4507cddcb796..c842c850f3df 100644 --- a/test/Preprocessor/macro_undef.c +++ b/test/Preprocessor/macro_undef.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -dM -undef -Dfoo=1 -E %s | FileCheck %s +// RUN: %clang_cc1 -dM -undef -Dfoo=1 -E %s | FileCheck %s // CHECK-NOT: #define __clang__ // CHECK: #define foo 1 |
