summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/vfprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/vfprintf.c')
-rw-r--r--clang/test/CodeGen/vfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/vfprintf.c b/clang/test/CodeGen/vfprintf.c
index 89261c7469c..7c583b58852 100644
--- a/clang/test/CodeGen/vfprintf.c
+++ b/clang/test/CodeGen/vfprintf.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm-only %s
+// RUN: %clang_cc1 -emit-llvm-only %s
typedef struct _IO_FILE FILE;
int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
OpenPOWER on IntegriCloud