summaryrefslogtreecommitdiff
path: root/Test/test1/IfThenElse0.bpl.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test1/IfThenElse0.bpl.expect')
-rw-r--r--Test/test1/IfThenElse0.bpl.expect4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/test1/IfThenElse0.bpl.expect b/Test/test1/IfThenElse0.bpl.expect
new file mode 100644
index 00000000..87f78751
--- /dev/null
+++ b/Test/test1/IfThenElse0.bpl.expect
@@ -0,0 +1,4 @@
+IfThenElse0.bpl(7,7): Error: the first argument to if-then-else should be bool, not int
+IfThenElse0.bpl(8,7): Error: branches of if-then-else have incompatible types bool and int
+IfThenElse0.bpl(9,2): Error: mismatched types in assignment command (cannot assign int to bool)
+3 type checking errors detected in IfThenElse0.bpl