summaryrefslogtreecommitdiff
path: root/test/PCH/multiple_decls.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/multiple_decls.c')
-rw-r--r--test/PCH/multiple_decls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/PCH/multiple_decls.c b/test/PCH/multiple_decls.c
index 2702cd61bb..e2cc552336 100644
--- a/test/PCH/multiple_decls.c
+++ b/test/PCH/multiple_decls.c
@@ -1,9 +1,9 @@
// Test this without pch.
-// RUN: clang-cc -include %S/multiple_decls.h -fsyntax-only -ast-print -o - %s
+// RUN: %clang_cc1 -include %S/multiple_decls.h -fsyntax-only -ast-print -o - %s
// Test with pch.
-// RUN: clang-cc -emit-pch -o %t %S/multiple_decls.h
-// RUN: clang-cc -include-pch %t -fsyntax-only -ast-print -o - %s
+// RUN: %clang_cc1 -emit-pch -o %t %S/multiple_decls.h
+// RUN: %clang_cc1 -include-pch %t -fsyntax-only -ast-print -o - %s
void f0(char c) {
wide(c);