diff options
Diffstat (limited to 'Test/dafnyRuntimeChecking/runtest.bat')
-rw-r--r-- | Test/dafnyRuntimeChecking/runtest.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafnyRuntimeChecking/runtest.bat b/Test/dafnyRuntimeChecking/runtest.bat index f874624f..3e434f49 100644 --- a/Test/dafnyRuntimeChecking/runtest.bat +++ b/Test/dafnyRuntimeChecking/runtest.bat @@ -6,7 +6,7 @@ set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe set BPLEXE=%BOOGIEDIR%\Boogie.exe
for %%f in (AssumeStmt0 AssumeStmt1 AssertStmt0 AssertStmt1
- Precondition0 Precondition1) do (
+ Precondition0 Precondition1 Postcondition0 Postcondition1) do (
echo.
echo -------------------- %%f --------------------
%DAFNY_EXE% /nologo /errorTrace:0 /verification:0 /runtimeChecking:1 /compile:2 /spillTargetCode:1 %* %%f.dfy
|