aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/conversion-64-32.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/conversion-64-32.c')
-rw-r--r--test/Sema/conversion-64-32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/conversion-64-32.c b/test/Sema/conversion-64-32.c
index 53830fd061c4..104399641d28 100644
--- a/test/Sema/conversion-64-32.c
+++ b/test/Sema/conversion-64-32.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify -Wshorten-64-to-32 -triple x86_64-apple-darwin %s
+// RUN: %clang_cc1 -fsyntax-only -verify -Wshorten-64-to-32 -triple x86_64-apple-darwin %s
int test0(long v) {
return v; // expected-warning {{implicit cast loses integer precision}}