summaryrefslogtreecommitdiff
path: root/test/Preprocessor/_Pragma-syshdr2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/_Pragma-syshdr2.c')
-rw-r--r--test/Preprocessor/_Pragma-syshdr2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/_Pragma-syshdr2.c b/test/Preprocessor/_Pragma-syshdr2.c
index 190e5a7a30..de7f2d3dc3 100644
--- a/test/Preprocessor/_Pragma-syshdr2.c
+++ b/test/Preprocessor/_Pragma-syshdr2.c
@@ -1,4 +1,4 @@
-// RUN: clang -E %s 2>&1 | grep 'file not found'
+// RUN: clang-cc -E %s 2>&1 | grep 'file not found'
#define DO_PRAGMA _Pragma
DO_PRAGMA ("GCC dependency \"blahblabh\"")