summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/mi_opt.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/mi_opt.c')
-rw-r--r--test/Preprocessor/mi_opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/mi_opt.c b/test/Preprocessor/mi_opt.c
index aa69e2b4ae..597ac072b8 100644
--- a/test/Preprocessor/mi_opt.c
+++ b/test/Preprocessor/mi_opt.c
@@ -1,4 +1,4 @@
-// RUN: not clang-cc -fsyntax-only %s
+// RUN: not %clang_cc1 -fsyntax-only %s
// PR1900
// This test should get a redefinition error from m_iopt.h: the MI opt
// shouldn't apply.