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 b4d95de6..6314b075 100755 --- a/test/Concrete/GlobalInitializers.ll +++ b/test/Concrete/GlobalInitializers.ll @@ -1,4 +1,4 @@ -; (cd .. && make) && ../llvm/Release/bin/llvm-as test.ll -o=- | ../Debug/bin/klee +; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s declare void @print_i32(i32) |