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