summaryrefslogtreecommitdiffstats
path: root/test/Sema/pointer-conversion.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/pointer-conversion.c')
-rw-r--r--test/Sema/pointer-conversion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/pointer-conversion.c b/test/Sema/pointer-conversion.c
index 5f41ff6741..7191bf7c63 100644
--- a/test/Sema/pointer-conversion.c
+++ b/test/Sema/pointer-conversion.c
@@ -1,4 +1,4 @@
-//RUN: clang-cc -fsyntax-only -verify %s
+//RUN: %clang_cc1 -fsyntax-only -verify %s
char * c;
char const ** c2 = &c; // expected-warning {{initializing, 'char const **' and 'char **' have different qualifiers in nested pointer types}}