diff options
Diffstat (limited to 'Test/dafny0')
-rw-r--r-- | Test/dafny0/runtest.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/dafny0/runtest.bat b/Test/dafny0/runtest.bat index 9118e388..9ebf88ae 100644 --- a/Test/dafny0/runtest.bat +++ b/Test/dafny0/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 (Simple.dfy) do (
echo.
|