summaryrefslogtreecommitdiff
path: root/Test/test1/IntReal.bpl.expect
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-06 20:28:12 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-06 20:28:12 +0100
commit6c78b619a18eadac82f4cb54d2c5bb5e8c0b547c (patch)
tree286a3dc1fbb1460ab375d53dcea84cfc73a4b6d2 /Test/test1/IntReal.bpl.expect
parentd19da5e5ec8259f6b49ec4c3c6b28bf5c25e8f15 (diff)
Enabled lit tests for test1/ directory
Bizarely Array.bpl does not pass on Windows. This will be fixed soon.
Diffstat (limited to 'Test/test1/IntReal.bpl.expect')
-rw-r--r--Test/test1/IntReal.bpl.expect19
1 files changed, 19 insertions, 0 deletions
diff --git a/Test/test1/IntReal.bpl.expect b/Test/test1/IntReal.bpl.expect
new file mode 100644
index 00000000..021a8389
--- /dev/null
+++ b/Test/test1/IntReal.bpl.expect
@@ -0,0 +1,19 @@
+IntReal.bpl(7,8): Error: invalid argument types (int and real) to binary operator >=
+IntReal.bpl(8,8): Error: invalid argument types (int and real) to binary operator <=
+IntReal.bpl(9,8): Error: invalid argument types (int and real) to binary operator <
+IntReal.bpl(10,8): Error: invalid argument types (int and real) to binary operator >
+IntReal.bpl(12,9): Error: invalid argument types (int and real) to binary operator ==
+IntReal.bpl(13,8): Error: invalid argument types (int and real) to binary operator +
+IntReal.bpl(14,8): Error: invalid argument types (int and real) to binary operator -
+IntReal.bpl(15,8): Error: invalid argument types (int and real) to binary operator *
+IntReal.bpl(16,8): Error: invalid argument types (int and real) to binary operator div
+IntReal.bpl(17,8): Error: invalid argument types (int and real) to binary operator mod
+IntReal.bpl(19,12): Error: invalid argument types (real and int) to binary operator ==
+IntReal.bpl(25,8): Error: invalid argument types (int and real) to binary operator **
+IntReal.bpl(29,14): Error: invalid argument types (real and int) to binary operator ==
+IntReal.bpl(31,13): Error: invalid argument types (int and real) to binary operator ==
+IntReal.bpl(34,6): Error: argument type int does not match expected type real
+IntReal.bpl(35,6): Error: argument type real does not match expected type int
+IntReal.bpl(47,8): Error: invalid argument types (real and int) to binary operator div
+IntReal.bpl(48,8): Error: invalid argument types (real and int) to binary operator mod
+18 type checking errors detected in IntReal.bpl