aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/empty-union.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/empty-union.cpp')
-rw-r--r--test/CodeGenCXX/empty-union.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/empty-union.cpp b/test/CodeGenCXX/empty-union.cpp
index fdd97415a2..118a0d29b4 100644
--- a/test/CodeGenCXX/empty-union.cpp
+++ b/test/CodeGenCXX/empty-union.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm -o - %s
+// RUN: %clang_cc1 -emit-llvm -o - %s
union sigval { };