diff options
Diffstat (limited to 'clang/test/CodeGen/2008-07-17-no-emit-on-error.c')
-rw-r--r-- | clang/test/CodeGen/2008-07-17-no-emit-on-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2008-07-17-no-emit-on-error.c b/clang/test/CodeGen/2008-07-17-no-emit-on-error.c index 1d3c87be912..89aeb18d9d1 100644 --- a/clang/test/CodeGen/2008-07-17-no-emit-on-error.c +++ b/clang/test/CodeGen/2008-07-17-no-emit-on-error.c @@ -1,5 +1,5 @@ // RUN: rm -f %t1.bc -// RUN: not clang %s -emit-llvm-bc -o %t1.bc +// RUN: not clang-cc %s -emit-llvm-bc -o %t1.bc // RUN: not test -f %t1.bc void f() { |