summaryrefslogtreecommitdiff
path: root/Test/dafny0/runtest.bat
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2012-09-09 17:02:17 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2012-09-09 17:02:17 -0700
commitd2839857bd12437d98d78e8036c9c4c9f822ea13 (patch)
treeaa331467cf4112702dc8f31f380f3f15e1ee25ae /Test/dafny0/runtest.bat
parent21222b846245008f687dc7ce7ea91dfcf768c370 (diff)
Dafny: allow 'decreases *' (that is, non-terminating recursion) on tail-recursive methods
Diffstat (limited to 'Test/dafny0/runtest.bat')
-rw-r--r--Test/dafny0/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny0/runtest.bat b/Test/dafny0/runtest.bat
index 7a836c5a..1ccb292c 100644
--- a/Test/dafny0/runtest.bat
+++ b/Test/dafny0/runtest.bat
@@ -23,7 +23,7 @@ for %%f in (TypeTests.dfy NatTypes.dfy SmallTests.dfy Definedness.dfy
ReturnErrors.dfy ReturnTests.dfy ChainingDisjointTests.dfy
CallStmtTests.dfy MultiSets.dfy PredExpr.dfy LetExpr.dfy
Predicates.dfy Skeletons.dfy Maps.dfy LiberalEquality.dfy
- RefinementModificationChecking.dfy) do (
+ RefinementModificationChecking.dfy TailCalls.dfy) do (
echo.
echo -------------------- %%f --------------------
%DAFNY_EXE% /compile:0 /print:out.bpl.tmp /dprint:out.dfy.tmp %* %%f