summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/PR4827-cast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/PR4827-cast.cpp')
-rw-r--r--test/CodeGenCXX/PR4827-cast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/PR4827-cast.cpp b/test/CodeGenCXX/PR4827-cast.cpp
index 958798d77f..34a840cbdf 100644
--- a/test/CodeGenCXX/PR4827-cast.cpp
+++ b/test/CodeGenCXX/PR4827-cast.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm -o - %s
+// RUN: %clang_cc1 -emit-llvm -o - %s
struct A;
struct B;
extern A *f();