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/vstte2012/runtest.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/vstte2012') diff --git a/Test/vstte2012/runtest.bat b/Test/vstte2012/runtest.bat index 7f7c9b9f..c2236cf7 100644 --- a/Test/vstte2012/runtest.bat +++ b/Test/vstte2012/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 ( Two-Way-Sort.dfy -- cgit v1.2.3