diff options
Diffstat (limited to 'test/Concrete/ackermann.c')
-rw-r--r-- | test/Concrete/ackermann.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Concrete/ackermann.c b/test/Concrete/ackermann.c index 0f21a3ab..b084a99f 100644 --- a/test/Concrete/ackermann.c +++ b/test/Concrete/ackermann.c @@ -1,4 +1,4 @@ -// llvm-gcc -O2 --emit-llvm -c ackermann.c && ../../Debug/bin/klee ackermann.o 2 2 +// RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s #include <stdio.h> |