diff options
Diffstat (limited to 'test/Feature/WithLibc.c')
-rw-r--r-- | test/Feature/WithLibc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/WithLibc.c b/test/Feature/WithLibc.c index 8c07041d..bb1c66c0 100644 --- a/test/Feature/WithLibc.c +++ b/test/Feature/WithLibc.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -emit-llvm %O0opt -c -o %t2.bc +// RUN: %clang %s -emit-llvm %O0opt -c -o %t2.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --libc=klee %t2.bc > %t3.log // RUN: echo "good" > %t3.good |