summaryrefslogtreecommitdiff
path: root/Test/test20
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2013-08-07 16:57:02 -0700
committerGravatar qadeer <unknown>2013-08-07 16:57:02 -0700
commit2fd1db9218ebc55ad0f26c5f3faddcdf4eef2c85 (patch)
treeee58fbfdd972b0bdf5b5883e6c894da623fc1a60 /Test/test20
parenta9c60110139c15ec65c50360763c75014b9eef82 (diff)
cleaned up the OG code
enabled it to be always on
Diffstat (limited to 'Test/test20')
-rw-r--r--Test/test20/Answer2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/test20/Answer b/Test/test20/Answer
index 5e4481ca..4127471b 100644
--- a/Test/test20/Answer
+++ b/Test/test20/Answer
@@ -177,7 +177,7 @@ ProcParamReordering.bpl(15,15): Error: mismatched number of type parameters in p
2 type checking errors detected in ProcParamReordering.bpl
ParallelAssignment.bpl(17,2): Error: mismatched types in assignment command (cannot assign bool to int)
ParallelAssignment.bpl(18,4): Error: invalid type for argument 0 in map assignment: bool (expected: int)
-ParallelAssignment.bpl(20,4): Error: command assigns to a global variable that is not in the enclosing method's modifies clause: z
+ParallelAssignment.bpl(20,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
ParallelAssignment2.bpl(9,7): Error: number of left-hand sides does not match number of right-hand sides
ParallelAssignment2.bpl(10,9): Error: variable a is assigned more than once in parallel assignment