From 6be834e8f71d8f099576df4b9ed237d64866e035 Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Tue, 22 Nov 2011 18:33:22 -0800 Subject: Dafny: call C# compiler directly from inside Dafny, and optionally produce a .cs file with the new /spillTargetCode switch --- Test/VSComp2010/runtest.bat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Test/VSComp2010/runtest.bat') diff --git a/Test/VSComp2010/runtest.bat b/Test/VSComp2010/runtest.bat index e16eda13..9535d677 100644 --- a/Test/VSComp2010/runtest.bat +++ b/Test/VSComp2010/runtest.bat @@ -11,7 +11,5 @@ for %%f in (Problem1-SumMax.dfy Problem2-Invert.dfy Problem5-DoubleEndedQueue.dfy) do ( echo. echo -------------------- %%f -------------------- - %DAFNY_EXE% %* %%f - - IF NOT "%COMPILEDAFNY%"=="" %CSC% /nologo /debug /t:library /out:out.dll /r:System.Numerics.dll out.cs + %DAFNY_EXE% /compile:0 %* %%f ) -- cgit v1.2.3