summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/cast-to-union.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/cast-to-union.c')
-rw-r--r--clang/test/Sema/cast-to-union.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/cast-to-union.c b/clang/test/Sema/cast-to-union.c
index 495b27cb1bd..24f913b9ea3 100644
--- a/clang/test/Sema/cast-to-union.c
+++ b/clang/test/Sema/cast-to-union.c
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify -pedantic %s
+// RUN: clang-cc -fsyntax-only -verify -pedantic %s
union u { int i; };
void f(union u);
OpenPOWER on IntegriCloud