summaryrefslogtreecommitdiffstats
path: root/test/PCH/enum.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/enum.c')
-rw-r--r--test/PCH/enum.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/PCH/enum.c b/test/PCH/enum.c
index 607de59a8a..10ceb7c60b 100644
--- a/test/PCH/enum.c
+++ b/test/PCH/enum.c
@@ -1,9 +1,9 @@
// Test this without pch.
-// RUN: clang-cc -include %S/enum.h -fsyntax-only -verify %s
+// RUN: %clang_cc1 -include %S/enum.h -fsyntax-only -verify %s
// Test with pch.
-// RUN: clang-cc -emit-pch -o %t %S/enum.h
-// RUN: clang-cc -include-pch %t -fsyntax-only -verify %s
+// RUN: %clang_cc1 -emit-pch -o %t %S/enum.h
+// RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
int i = Red;