summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/for.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/for.c')
-rw-r--r--clang/test/Sema/for.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/for.c b/clang/test/Sema/for.c
index c08f532688b..183a95d0ab4 100644
--- a/clang/test/Sema/for.c
+++ b/clang/test/Sema/for.c
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang-cc -fsyntax-only -verify %s
// Check C99 6.8.5p3
void b1 (void) { for (void (*f) (void);;); }
OpenPOWER on IntegriCloud