diff options
Diffstat (limited to 'test/regression/2008-03-11-free-of-malloc-zero.c')
-rw-r--r-- | test/regression/2008-03-11-free-of-malloc-zero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2008-03-11-free-of-malloc-zero.c b/test/regression/2008-03-11-free-of-malloc-zero.c index 6089df94..e90baa2c 100644 --- a/test/regression/2008-03-11-free-of-malloc-zero.c +++ b/test/regression/2008-03-11-free-of-malloc-zero.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -emit-llvm %O0opt -c -o %t1.bc +// RUN: %clang %s -emit-llvm %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc |