summaryrefslogtreecommitdiff
path: root/Test/aitest9
diff options
context:
space:
mode:
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
)