summaryrefslogtreecommitdiff
path: root/Test/test20/ParallelAssignment.bpl.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test20/ParallelAssignment.bpl.expect')
-rw-r--r--Test/test20/ParallelAssignment.bpl.expect4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/test20/ParallelAssignment.bpl.expect b/Test/test20/ParallelAssignment.bpl.expect
new file mode 100644
index 00000000..450616bf
--- /dev/null
+++ b/Test/test20/ParallelAssignment.bpl.expect
@@ -0,0 +1,4 @@
+ParallelAssignment.bpl(19,2): Error: mismatched types in assignment command (cannot assign bool to int)
+ParallelAssignment.bpl(20,4): Error: invalid type for argument 0 in map assignment: bool (expected: int)
+ParallelAssignment.bpl(22,4): Error: command assigns to a global variable that is not in the enclosing procedure's modifies clause: z
+3 type checking errors detected in ParallelAssignment.bpl