summaryrefslogtreecommitdiffstats
path: root/test/Sema/complex-int.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/complex-int.c')
-rw-r--r--test/Sema/complex-int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/complex-int.c b/test/Sema/complex-int.c
index 6c660899e8..2bd03744d7 100644
--- a/test/Sema/complex-int.c
+++ b/test/Sema/complex-int.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -verify -fsyntax-only
+// RUN: %clang_cc1 %s -verify -fsyntax-only
void a() {
__complex__ int arr;