summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/_Pragma-dependency.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/_Pragma-dependency.c')
-rw-r--r--test/Preprocessor/_Pragma-dependency.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/_Pragma-dependency.c b/test/Preprocessor/_Pragma-dependency.c
index 17c5355..a2861c9 100644
--- a/test/Preprocessor/_Pragma-dependency.c
+++ b/test/Preprocessor/_Pragma-dependency.c
@@ -1,5 +1,5 @@
-// RUN: clang-cc %s -E 2>&1 | grep 'DO_PRAGMA (STR'
-// RUN: clang-cc %s -E 2>&1 | grep '7:3'
+// RUN: %clang_cc1 %s -E 2>&1 | grep 'DO_PRAGMA (STR'
+// RUN: %clang_cc1 %s -E 2>&1 | grep '7:3'
#define DO_PRAGMA _Pragma
#define STR "GCC dependency \"parse.y\"")
OpenPOWER on IntegriCloud