summaryrefslogtreecommitdiff
path: root/Test/aitest9
diff options
context:
space:
mode:
authorGravatar boehmes <unknown>2012-09-27 17:13:40 +0200
committerGravatar boehmes <unknown>2012-09-27 17:13:40 +0200
commited83becd12d7079e6ce2853fbebace20b1e7df5a (patch)
tree129c09df268f51abf941aec3971e213bd19eac06 /Test/aitest9
parentac41d9d5613640f06e8b553869cbba65c4183967 (diff)
Removed AIFramework from Boogie -- use native trivial or native interval-based abstract interpretation instead.
Command-line option '/infer' now accepts only arguments 't' and 'j' where the latter is the default now for Boogie. Command-line option '/logInfer' has been dropped.
Diffstat (limited to 'Test/aitest9')
-rw-r--r--Test/aitest9/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/aitest9/runtest.bat b/Test/aitest9/runtest.bat
index bafa6961..e66f7e2b 100644
--- a/Test/aitest9/runtest.bat
+++ b/Test/aitest9/runtest.bat
@@ -7,5 +7,5 @@ set BPLEXE=%BOOGIEDIR%\Boogie.exe
for %%f in (VarMapFixPoint.bpl TestIntervals.bpl) do (
echo.
echo -------------------- %%f --------------------
- %BPLEXE% %* %%f /infer:i
+ %BPLEXE% %* %%f /infer:j
)