diff options
Diffstat (limited to 'clang/test/Preprocessor/macro_paste_mscomment.c')
-rw-r--r-- | clang/test/Preprocessor/macro_paste_mscomment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/macro_paste_mscomment.c b/clang/test/Preprocessor/macro_paste_mscomment.c index 858337a879b..b0fc57101c6 100644 --- a/clang/test/Preprocessor/macro_paste_mscomment.c +++ b/clang/test/Preprocessor/macro_paste_mscomment.c @@ -1,4 +1,4 @@ -// RUN: clang -P -E -fms-extensions %s | sed '/^#.\+/d' | tr -d '\n' | +// RUN: clang-cc -P -E -fms-extensions %s | sed '/^#.\+/d' | tr -d '\n' | // RUN: grep '^int foo;int bar;int baz;$' | count 1 // This horrible stuff should preprocess into (other than whitespace): // int foo; |