summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorGravatar Jason Koenig <unknown>2012-07-09 18:18:08 -0700
committerGravatar Jason Koenig <unknown>2012-07-09 18:18:08 -0700
commite14d688c980b3a4cea027b5a0a39cb33ab179155 (patch)
tree390c6ca68c58a34e545bbb360fd0640c800aa78a /Test
parentc0f3a8d08762275bab645d666ed6a2e566701ff4 (diff)
Dafny: fixed test case
Diffstat (limited to 'Test')
-rw-r--r--Test/dafny0/Answer2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny0/Answer b/Test/dafny0/Answer
index a55d68a8..e1a9cdb9 100644
--- a/Test/dafny0/Answer
+++ b/Test/dafny0/Answer
@@ -1456,7 +1456,7 @@ Dafny program verifier finished with 48 verified, 9 errors
RefinementErrors.dfy(27,17): Error: a refining method is not allowed to add preconditions
RefinementErrors.dfy(28,15): Error: a refining method is not allowed to extend the modifies clause
RefinementErrors.dfy(31,14): Error: a predicate declaration (abc) can only refine a predicate
-RefinementErrors.dfy(32,8): Error: a field declaration (xyz) in a refining class (C) is not allowed replace an existing declaration in the refinement base
+RefinementErrors.dfy(32,8): Error: a field re-declaration (xyz) must be to ghostify the field
RefinementErrors.dfy(34,13): Error: a function method cannot be changed into a (ghost) function in a refining module: F
RefinementErrors.dfy(35,9): Error: type parameters are not allowed to be renamed from the names given in the function in the module being refined (expected 'A', found 'C')
RefinementErrors.dfy(35,11): Error: type parameters are not allowed to be renamed from the names given in the function in the module being refined (expected 'B', found 'A')