diff options
Diffstat (limited to 'test/Concrete/arith_test.ll')
-rw-r--r-- | test/Concrete/arith_test.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Concrete/arith_test.ll b/test/Concrete/arith_test.ll index eb0abcc8..f09cc7eb 100644 --- a/test/Concrete/arith_test.ll +++ b/test/Concrete/arith_test.ll @@ -1,4 +1,4 @@ -; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s +; RUN: %S/ConcreteTest.py --klee='%klee' --lli=%lli %s define void @"test_simple_arith"(i16 %i0, i16 %j0) { %t1 = add i16 %i0, %j0 |