summaryrefslogtreecommitdiff
path: root/Test/dafny0/CoPrefix.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny0/CoPrefix.dfy')
-rw-r--r--Test/dafny0/CoPrefix.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny0/CoPrefix.dfy b/Test/dafny0/CoPrefix.dfy
index d3cecc28..06692314 100644
--- a/Test/dafny0/CoPrefix.dfy
+++ b/Test/dafny0/CoPrefix.dfy
@@ -41,7 +41,7 @@ comethod {:induction false} Theorem0()
ghost method Theorem0_Manual()
ensures atmost(zeros(), ones());
{
- parallel (k: nat) {
+ forall k: nat {
Theorem0_Lemma(k);
}
}