aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/member-functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/member-functions.cpp')
-rw-r--r--test/CodeGenCXX/member-functions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/member-functions.cpp b/test/CodeGenCXX/member-functions.cpp
index 0dfaedff93..67038d65d6 100644
--- a/test/CodeGenCXX/member-functions.cpp
+++ b/test/CodeGenCXX/member-functions.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm %s -triple x86_64-apple-darwin9 -o %t
+// RUN: %clang_cc1 -emit-llvm %s -triple x86_64-apple-darwin9 -o %t
struct C {
void f();
void g(int, ...);