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 a58b03c6..62b0b6fe 100644
--- a/Test/dafny2/runtest.bat
+++ b/Test/dafny2/runtest.bat
@@ -5,7 +5,7 @@ set BOOGIEDIR=..\..\Binaries
set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe
set CSC=c:/Windows/Microsoft.NET/Framework/v4.0.30319/csc.exe
-for %%f in (SnapshotableTrees.dfy) do (
+for %%f in (SnapshotableTrees.dfy TreeBarrier.dfy) do (
echo.
echo -------------------- %%f --------------------