diff options
Diffstat (limited to 'test/CodeGen/pascal-string.c')
-rw-r--r-- | test/CodeGen/pascal-string.c | 2 |
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 ) { |