diff options
Diffstat (limited to 'clang/test/Lexer/token-concat.c')
-rw-r--r-- | clang/test/Lexer/token-concat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Lexer/token-concat.c b/clang/test/Lexer/token-concat.c index 003344fc0a2..4e27d5d723e 100644 --- a/clang/test/Lexer/token-concat.c +++ b/clang/test/Lexer/token-concat.c @@ -1,4 +1,4 @@ -// RUN: clang -E -x c -o %t %s && +// RUN: clang-cc -E -x c -o %t %s && // RUN: grep 'IDENT.2' %t IDENT.2 |