diff options
Diffstat (limited to 'test/Concrete/Casts.ll')
-rwxr-xr-x | test/Concrete/Casts.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Concrete/Casts.ll b/test/Concrete/Casts.ll index 3059a867..c78cffbe 100755 --- a/test/Concrete/Casts.ll +++ b/test/Concrete/Casts.ll @@ -1,4 +1,4 @@ -; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s +; RUN: %S/ConcreteTest.py --klee='%klee' --lli=%lli %s declare void @print_i32(i32) |