summaryrefslogtreecommitdiff
path: root/Test/test1/Family.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/Family.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/Family.bpl.expect')
-rw-r--r--Test/test1/Family.bpl.expect9
1 files changed, 9 insertions, 0 deletions
diff --git a/Test/test1/Family.bpl.expect b/Test/test1/Family.bpl.expect
new file mode 100644
index 00000000..143e940c
--- /dev/null
+++ b/Test/test1/Family.bpl.expect
@@ -0,0 +1,9 @@
+Family.bpl(32,4): Error: mismatched types in assignment command (cannot assign int to bool)
+Family.bpl(33,8): Error: mismatched types in assignment command (cannot assign bool to int)
+Family.bpl(35,8): Error: mismatched types in assignment command (cannot assign int to y)
+Family.bpl(36,15): Error: invalid type for argument 1 in map assignment: any (expected: Field x)
+Family.bpl(37,15): Error: invalid type for argument 1 in map assignment: any (expected: Field x)
+Family.bpl(39,8): Error: mismatched types in assignment command (cannot assign bool to any)
+Family.bpl(40,8): Error: mismatched types in assignment command (cannot assign Field any to any)
+Family.bpl(41,8): Error: mismatched types in assignment command (cannot assign Field y to any)
+8 type checking errors detected in Family.bpl