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/vacid0/runtest.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/vacid0') 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. -- cgit v1.2.3