aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/cxx-value-init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/cxx-value-init.cpp')
-rw-r--r--test/CodeGen/cxx-value-init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/cxx-value-init.cpp b/test/CodeGen/cxx-value-init.cpp
index 50e08dba02..e23869879f 100644
--- a/test/CodeGen/cxx-value-init.cpp
+++ b/test/CodeGen/cxx-value-init.cpp
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm %s -o %t
+// RUN: clang-cc -emit-llvm %s -o %t
enum E {};
int v1 = E();