summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/pascal-string.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/pascal-string.c')
-rw-r--r--test/CodeGen/pascal-string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pascal-string.c b/test/CodeGen/pascal-string.c
index fcd807c..0a9ee67 100644
--- a/test/CodeGen/pascal-string.c
+++ b/test/CodeGen/pascal-string.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm -o - %s -fpascal-strings | grep "05Hello"
+// RUN: %clang_cc1 -emit-llvm -o - %s -fpascal-strings | grep "05Hello"
unsigned char * Foo( void )
{
OpenPOWER on IntegriCloud