summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/union-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/union-init.c')
-rw-r--r--test/CodeGen/union-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/union-init.c b/test/CodeGen/union-init.c
index f4e9e9a..60906b5 100644
--- a/test/CodeGen/union-init.c
+++ b/test/CodeGen/union-init.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm < %s -o -
+// RUN: %clang_cc1 -emit-llvm < %s -o -
// A nice and complicated initialization example with unions from Python
typedef int Py_ssize_t;
OpenPOWER on IntegriCloud