about summary refs log tree commit diff homepage
path: root/test/Concrete/UnconditionalBranchWithSimplePhi.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Concrete/UnconditionalBranchWithSimplePhi.ll')
-rw-r--r--test/Concrete/UnconditionalBranchWithSimplePhi.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Concrete/UnconditionalBranchWithSimplePhi.ll b/test/Concrete/UnconditionalBranchWithSimplePhi.ll
index 551ddf5d..d290ac0e 100644
--- a/test/Concrete/UnconditionalBranchWithSimplePhi.ll
+++ b/test/Concrete/UnconditionalBranchWithSimplePhi.ll
@@ -1,3 +1,5 @@
+; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s
+
 declare void @print_i32(i32)
 
 define i32 @main() {