diff options
Diffstat (limited to 'clang/test/Driver/emit-llvm.c')
-rw-r--r-- | clang/test/Driver/emit-llvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/emit-llvm.c b/clang/test/Driver/emit-llvm.c index 27007c68c2f..e0cc0b5dc21 100644 --- a/clang/test/Driver/emit-llvm.c +++ b/clang/test/Driver/emit-llvm.c @@ -1,3 +1,3 @@ -// RUN: not clang -ccc-host-triple i386-pc-linux-gnu -emit-llvm -o %t %s 2> %t.log +// RUN: not %clang -ccc-host-triple i386-pc-linux-gnu -emit-llvm -o %t %s 2> %t.log // RUN: grep 'unable to pass LLVM bit-code files to linker' %t.log |