diff options
Diffstat (limited to 'clang/test/Preprocessor/mi_opt.c')
-rw-r--r-- | clang/test/Preprocessor/mi_opt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/mi_opt.c b/clang/test/Preprocessor/mi_opt.c index 96029dc95ab..aa69e2b4aea 100644 --- a/clang/test/Preprocessor/mi_opt.c +++ b/clang/test/Preprocessor/mi_opt.c @@ -1,4 +1,4 @@ -// RUN: not clang -fsyntax-only %s +// RUN: not clang-cc -fsyntax-only %s // PR1900 // This test should get a redefinition error from m_iopt.h: the MI opt // shouldn't apply. |