summaryrefslogtreecommitdiff
path: root/Test/vacid0
diff options
context:
space:
mode:
authorGravatar Unknown <leino@LEINO6.redmond.corp.microsoft.com>2012-06-14 13:34:20 -0700
committerGravatar Unknown <leino@LEINO6.redmond.corp.microsoft.com>2012-06-14 13:34:20 -0700
commit1f267ac0d7daf434ed4db31d23914428149297bc (patch)
tree1fac043fb9493e7f17e533de39f030c87c298d92 /Test/vacid0
parente07ce1423cf6b75adc8884d2d01e09b4d0f9519b (diff)
Dafny: cleaned up test scripts a little
Diffstat (limited to 'Test/vacid0')
-rw-r--r--Test/vacid0/runtest.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/Test/vacid0/runtest.bat b/Test/vacid0/runtest.bat
index efe7b3d5..cd047d39 100644
--- a/Test/vacid0/runtest.bat
+++ b/Test/vacid0/runtest.bat
@@ -3,8 +3,6 @@ setlocal
set BOOGIEDIR=..\..\Binaries
set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe
-set BPLEXE=%BOOGIEDIR%\Boogie.exe
-set CSC=c:/Windows/Microsoft.NET/Framework/v4.0.30319/csc.exe
for %%f in (LazyInitArray.dfy SparseArray.dfy Composite.dfy) do (
echo.