diff options
Diffstat (limited to 'test/Preprocessor/output_paste_avoid.c')
| -rw-r--r-- | test/Preprocessor/output_paste_avoid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/output_paste_avoid.c b/test/Preprocessor/output_paste_avoid.c index 200ced9fba7a..835a921fb7d6 100644 --- a/test/Preprocessor/output_paste_avoid.c +++ b/test/Preprocessor/output_paste_avoid.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -E %s -o - | FileCheck -strict-whitespace %s +// RUN: %clang_cc1 -E %s -o - | FileCheck -strict-whitespace %s #define y(a) ..a |
