diff options
author | Rustan Leino <leino@microsoft.com> | 2012-10-04 18:58:20 -0700 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2012-10-04 18:58:20 -0700 |
commit | a4af24114ae44ee34246fdc8bd16ce05d5518c20 (patch) | |
tree | 1056d4375d6554ec8b0792ab76a59138956dd50a /Test/dafny0 | |
parent | 0a76a9953bd35663e20cc197ae5247a25cadc4bd (diff) |
Added Test/dafny3 and another test file for iterators (hey, you can even run Iter.dfy!)
Fixed migration issues
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.
|