summaryrefslogtreecommitdiff
path: root/Test/dafny2/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny2/runtest.bat')
-rw-r--r--Test/dafny2/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny2/runtest.bat b/Test/dafny2/runtest.bat
index 909f67f5..72959830 100644
--- a/Test/dafny2/runtest.bat
+++ b/Test/dafny2/runtest.bat
@@ -16,7 +16,7 @@ for %%f in (
StoreAndRetrieve.dfy
Intervals.dfy TreeFill.dfy TuringFactorial.dfy
MajorityVote.dfy SegmentSum.dfy
- MonotonicHeapstate.dfy
+ MonotonicHeapstate.dfy Calculations.dfy
) do (
echo.
echo -------------------- %%f --------------------