diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2014-10-09 11:17:55 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2014-10-09 11:17:55 +0100 |
commit | 492565b392831866fefef748917705a824f6f29f (patch) | |
tree | 7aa85a5e444ddfe0ec1c251a6ab0b61517972e34 /test/Concrete/ConstantExpr.ll | |
parent | 0c8c812db1d331f1e49e27ccd35f1288e58d97e6 (diff) | |
parent | 86f5f5edbdd24b793e1f9eff4b338d867f6dc97f (diff) | |
download | klee-492565b392831866fefef748917705a824f6f29f.tar.gz |
Merge pull request #166 from willemp/willem/klee_opts_to_concrete_tests
Fixes support for passing arguments to klee in the ConcreteTests.
Diffstat (limited to 'test/Concrete/ConstantExpr.ll')
-rw-r--r-- | test/Concrete/ConstantExpr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Concrete/ConstantExpr.ll b/test/Concrete/ConstantExpr.ll index 42fa2195..3a151a0f 100644 --- a/test/Concrete/ConstantExpr.ll +++ b/test/Concrete/ConstantExpr.ll @@ -1,4 +1,4 @@ -; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s +; RUN: %S/ConcreteTest.py --klee='%klee' --lli=%lli %s ; Most of the test below use the *address* of gInt as part of their computation, ; and then perform some operation (like x | ~x) which makes the result |