summaryrefslogtreecommitdiff
path: root/Test/dafny2/SnapshotableTrees.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny2/SnapshotableTrees.dfy')
-rw-r--r--Test/dafny2/SnapshotableTrees.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny2/SnapshotableTrees.dfy b/Test/dafny2/SnapshotableTrees.dfy
index f71cf5d3..96d3707f 100644
--- a/Test/dafny2/SnapshotableTrees.dfy
+++ b/Test/dafny2/SnapshotableTrees.dfy
@@ -1,4 +1,4 @@
-// RUN: %dafny /compile:0 /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %dafny /compile:0 /dprint:"%t.dprint" /vcsMaxKeepGoingSplits:10 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
// Rustan Leino, September 2011.