summaryrefslogtreecommitdiff
path: root/Test/dafny1
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2012-10-04 00:41:44 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2012-10-04 00:41:44 -0700
commit2d5a393b81ef2b389278f161460a1f98719c0aa6 (patch)
tree128e993567d6f392c11e3ab4f068da5f2a817db3 /Test/dafny1
parent86da04e8be269d13874191c81cee0e2110d6373e (diff)
Dafny: fixed merge
Diffstat (limited to 'Test/dafny1')
-rw-r--r--Test/dafny1/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny1/runtest.bat b/Test/dafny1/runtest.bat
index fa7f7c70..a49bbf9a 100644
--- a/Test/dafny1/runtest.bat
+++ b/Test/dafny1/runtest.bat
@@ -19,5 +19,5 @@ for %%f in (Queue.dfy PriorityQueue.dfy
UltraFilter.dfy) do (
echo.
echo -------------------- %%f --------------------
- %DAFNY_EXE% /compile:0 /dprint:out.dfy.tmp %* %%f
+ %DAFNY_EXE% /compile:0 /vcsMaxKeepGoingSplits:2 /dprint:out.dfy.tmp %* %%f
)