From a4af24114ae44ee34246fdc8bd16ce05d5518c20 Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Thu, 4 Oct 2012 18:58:20 -0700 Subject: Added Test/dafny3 and another test file for iterators (hey, you can even run Iter.dfy!) Fixed migration issues --- Test/dafny2/runtest.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/dafny2') diff --git a/Test/dafny2/runtest.bat b/Test/dafny2/runtest.bat index 72959830..126b6001 100644 --- a/Test/dafny2/runtest.bat +++ b/Test/dafny2/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 REM soon again: SnapshotableTrees.dfy for %%f in ( -- cgit v1.2.3