diff options
Diffstat (limited to 'test/Concrete/GlobalInitializers.ll')
-rwxr-xr-x | test/Concrete/GlobalInitializers.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Concrete/GlobalInitializers.ll b/test/Concrete/GlobalInitializers.ll index 6314b075..e3657dad 100755 --- a/test/Concrete/GlobalInitializers.ll +++ b/test/Concrete/GlobalInitializers.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) |