summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/feature_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/feature_tests.c')
-rw-r--r--clang/test/Preprocessor/feature_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/feature_tests.c b/clang/test/Preprocessor/feature_tests.c
index 9ccff0e1202..35592bd8e1c 100644
--- a/clang/test/Preprocessor/feature_tests.c
+++ b/clang/test/Preprocessor/feature_tests.c
@@ -1,5 +1,5 @@
-// RUN: clang-cc %s -triple=i686-apple-darwin9
-// RUN: clang-cc %s -E -triple=i686-apple-darwin9
+// RUN: %clang_cc1 %s -triple=i686-apple-darwin9
+// RUN: %clang_cc1 %s -E -triple=i686-apple-darwin9
#ifndef __has_feature
#error Should have __has_feature
#endif
OpenPOWER on IntegriCloud