summaryrefslogtreecommitdiff
path: root/Test/datatypes/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/datatypes/runtest.bat')
-rw-r--r--Test/datatypes/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/datatypes/runtest.bat b/Test/datatypes/runtest.bat
index 7c605ae6..e796c905 100644
--- a/Test/datatypes/runtest.bat
+++ b/Test/datatypes/runtest.bat
@@ -7,6 +7,6 @@ set BPLEXE=%BOOGIEDIR%\Boogie.exe
for %%f in (t1.bpl) do (
echo.
echo -------------------- %%f --------------------
- %BPLEXE% %* /prover:smtlib /typeEncoding:m %%f
+ %BPLEXE% %* /typeEncoding:m %%f
)