summaryrefslogtreecommitdiff
path: root/Test/vacid0
diff options
context:
space:
mode:
Diffstat (limited to 'Test/vacid0')
-rw-r--r--Test/vacid0/runtest.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/vacid0/runtest.bat b/Test/vacid0/runtest.bat
index cd047d39..b7d5f4d8 100644
--- a/Test/vacid0/runtest.bat
+++ b/Test/vacid0/runtest.bat
@@ -1,8 +1,8 @@
@echo off
setlocal
-set BOOGIEDIR=..\..\Binaries
-set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe
+set BINARIES=..\..\Binaries
+set DAFNY_EXE=%BINARIES\Dafny.exe
for %%f in (LazyInitArray.dfy SparseArray.dfy Composite.dfy) do (
echo.