summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/static-forward-decl-fun.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/static-forward-decl-fun.c')
-rw-r--r--test/CodeGen/static-forward-decl-fun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/static-forward-decl-fun.c b/test/CodeGen/static-forward-decl-fun.c
index a945df3..e33ee62 100644
--- a/test/CodeGen/static-forward-decl-fun.c
+++ b/test/CodeGen/static-forward-decl-fun.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -emit-llvm -o %t
+// RUN: %clang_cc1 %s -emit-llvm -o %t
static int staticfun(void);
int (*staticuse1)(void) = staticfun;
OpenPOWER on IntegriCloud