diff options
Diffstat (limited to 'test/Concrete/InvokeAndUnwindTwice.ll')
-rw-r--r-- | test/Concrete/InvokeAndUnwindTwice.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Concrete/InvokeAndUnwindTwice.ll b/test/Concrete/InvokeAndUnwindTwice.ll index 81760b86..148760d8 100644 --- a/test/Concrete/InvokeAndUnwindTwice.ll +++ b/test/Concrete/InvokeAndUnwindTwice.ll @@ -1,3 +1,5 @@ +; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s + declare void @print_i32(i32) define i8 @myadd(i8 %a, i8 %b) { |