summaryrefslogtreecommitdiff
path: root/Test/dafny3/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny3/runtest.bat')
-rw-r--r--Test/dafny3/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny3/runtest.bat b/Test/dafny3/runtest.bat
index a7b201e1..35d8cc60 100644
--- a/Test/dafny3/runtest.bat
+++ b/Test/dafny3/runtest.bat
@@ -2,7 +2,7 @@
setlocal
set BINARIES=..\..\Binaries
-set DAFNY_EXE=%BINARIES\Dafny.exe
+set DAFNY_EXE=%BINARIES%\Dafny.exe
for %%f in (Iter.dfy) do (
echo.