summaryrefslogtreecommitdiff
path: root/test/Sema/check-increment.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/check-increment.c')
-rw-r--r--test/Sema/check-increment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/check-increment.c b/test/Sema/check-increment.c
index 72eae06bfa..070ea74f68 100644
--- a/test/Sema/check-increment.c
+++ b/test/Sema/check-increment.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
int printf(const char *, ...);
typedef int *pint;