summaryrefslogtreecommitdiff
path: root/Test/dafny2
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny2')
-rw-r--r--Test/dafny2/COST-verif-comp-2011-2-MaxTree-class.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny2/COST-verif-comp-2011-2-MaxTree-class.dfy b/Test/dafny2/COST-verif-comp-2011-2-MaxTree-class.dfy
index 75a7822e..c752bd38 100644
--- a/Test/dafny2/COST-verif-comp-2011-2-MaxTree-class.dfy
+++ b/Test/dafny2/COST-verif-comp-2011-2-MaxTree-class.dfy
@@ -91,7 +91,7 @@ class Tree {
function method IsEmpty(): bool
requires Valid();
- reads Repr;
+ reads this, Repr;
ensures IsEmpty() <==> Contents == [];
{
left == this