diff options
Diffstat (limited to 'test/Feature/StackOverflow.c')
-rw-r--r-- | test/Feature/StackOverflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/StackOverflow.c b/test/Feature/StackOverflow.c index 837d3db8..ebe60db2 100644 --- a/test/Feature/StackOverflow.c +++ b/test/Feature/StackOverflow.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -emit-llvm -g -c -o %t.bc %s +// RUN: %clang -emit-llvm -g -c -o %t.bc %s // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out %t.bc > %t.output.log 2>&1 // RUN: FileCheck -input-file=%t.output.log %s |