summaryrefslogtreecommitdiffstats
path: root/test/PCH/external-defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/external-defs.c')
-rw-r--r--test/PCH/external-defs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/external-defs.c b/test/PCH/external-defs.c
index 447124cc3f..5097859297 100644
--- a/test/PCH/external-defs.c
+++ b/test/PCH/external-defs.c
@@ -1,6 +1,6 @@
// Test with pch.
-// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-pch -o %t.pch %S/external-defs.h
-// RUN: clang-cc -triple x86_64-apple-darwin9 -include-pch %t.pch -emit-llvm -o %t %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -emit-pch -o %t.pch %S/external-defs.h
+// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -include-pch %t.pch -emit-llvm -o %t %s
// RUN: grep "@x = common global i32 0" %t | count 1
// RUN: grep "@z" %t | count 0