summaryrefslogtreecommitdiff
path: root/test/Preprocessor/if_warning.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/if_warning.c')
-rw-r--r--test/Preprocessor/if_warning.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/if_warning.c b/test/Preprocessor/if_warning.c
index 2ce7b31599..98653a8fee 100644
--- a/test/Preprocessor/if_warning.c
+++ b/test/Preprocessor/if_warning.c
@@ -1,5 +1,5 @@
-// RUN: clang-cc %s -Eonly -Werror=undef -verify
-// RUN: clang-cc %s -Eonly -Werror-undef -verify
+// RUN: %clang_cc1 %s -Eonly -Werror=undef -verify
+// RUN: %clang_cc1 %s -Eonly -Werror-undef -verify
extern int x;