summaryrefslogtreecommitdiff
path: root/test/CodeGen/2008-07-21-mixed-var-fn-decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2008-07-21-mixed-var-fn-decl.c')
-rw-r--r--test/CodeGen/2008-07-21-mixed-var-fn-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2008-07-21-mixed-var-fn-decl.c b/test/CodeGen/2008-07-21-mixed-var-fn-decl.c
index 59a3f38849..ac13260439 100644
--- a/test/CodeGen/2008-07-21-mixed-var-fn-decl.c
+++ b/test/CodeGen/2008-07-21-mixed-var-fn-decl.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
int g0, f0();
int f1(), g1;