summaryrefslogtreecommitdiff
path: root/Test/dafny0/runtest.bat
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2012-09-26 00:09:04 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2012-09-26 00:09:04 -0700
commit5ed09147da884ba61d1f738cd4b0426f2b00266f (patch)
tree8160d82239322f791fbbb42dd3064bea2b6ad537 /Test/dafny0/runtest.bat
parent8e3eccb18beeb045ff0bb6908854b5f966aab69c (diff)
Dafny: compile iterators
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 b602f089..9789e7d7 100644
--- a/Test/dafny0/runtest.bat
+++ b/Test/dafny0/runtest.bat
@@ -24,7 +24,7 @@ for %%f in (TypeTests.dfy NatTypes.dfy SmallTests.dfy Definedness.dfy
CallStmtTests.dfy MultiSets.dfy PredExpr.dfy LetExpr.dfy
Predicates.dfy Skeletons.dfy Maps.dfy LiberalEquality.dfy
RefinementModificationChecking.dfy TailCalls.dfy
- IteratorResolution.dfy) do (
+ IteratorResolution.dfy Iterators.dfy) do (
echo.
echo -------------------- %%f --------------------
%DAFNY_EXE% /compile:0 /print:out.bpl.tmp /dprint:out.dfy.tmp %* %%f