diff options
author | Rustan Leino <leino@microsoft.com> | 2011-11-22 20:08:28 -0800 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2011-11-22 20:08:28 -0800 |
commit | 9a4fb1d4124ea77f7a11e2c1b033f12567a3663b (patch) | |
tree | f92bb0283af9790523c35e8fa7a797e22590a964 /Test/vacid0 | |
parent | 166c105b43515bfdbde52514fa9c16ffd61eea25 (diff) | |
parent | e51210ee428895b58876b11a58ae5c8b9ef2e97f (diff) |
Merge
Diffstat (limited to 'Test/vacid0')
-rw-r--r-- | Test/vacid0/runtest.bat | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Test/vacid0/runtest.bat b/Test/vacid0/runtest.bat index 32c6a984..efe7b3d5 100644 --- a/Test/vacid0/runtest.bat +++ b/Test/vacid0/runtest.bat @@ -9,11 +9,5 @@ set CSC=c:/Windows/Microsoft.NET/Framework/v4.0.30319/csc.exe for %%f in (LazyInitArray.dfy SparseArray.dfy Composite.dfy) do (
echo.
echo -------------------- %%f --------------------
-
- REM The following line will just run the verifier
- IF "%COMPILEDAFNY%"=="" %DAFNY_EXE% /compile:0 %* %%f
-
- REM Alternatively, the following lines also produce C# code and compile it
- IF NOT "%COMPILEDAFNY%"=="" %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
)
|