diff options
Diffstat (limited to 'clang/test/Preprocessor/comment_save.c')
-rw-r--r-- | clang/test/Preprocessor/comment_save.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/comment_save.c b/clang/test/Preprocessor/comment_save.c index 1a3bd96efb5..30b043433c9 100644 --- a/clang/test/Preprocessor/comment_save.c +++ b/clang/test/Preprocessor/comment_save.c @@ -1,5 +1,5 @@ -// RUN: clang -E -C %s | grep '^// foo$' && -// RUN: clang -E -C %s | grep -F '^/* bar */$' +// RUN: clang-cc -E -C %s | grep '^// foo$' && +// RUN: clang-cc -E -C %s | grep -F '^/* bar */$' // foo /* bar */ |