summaryrefslogtreecommitdiff
path: root/Test/og/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/runtest.bat')
-rw-r--r--Test/og/runtest.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/og/runtest.bat b/Test/og/runtest.bat
index 5915a206..1325e476 100644
--- a/Test/og/runtest.bat
+++ b/Test/og/runtest.bat
@@ -6,12 +6,12 @@ set BGEXE=..\..\Binaries\Boogie.exe
for %%f in (foo.bpl bar.bpl one.bpl parallel1.bpl parallel3.bpl) do (
echo.
echo -------------------- %%f --------------------
- %BGEXE% %* /nologo /noinfer /doModSetAnalysis /OwickiGries:OwickiGriesDesugared.bpl %%f
+ %BGEXE% %* /nologo /noinfer %%f
)
for %%f in (linear-set.bpl linear-set2.bpl FlanaganQadeer.bpl DeviceCacheSimplified.bpl parallel2.bpl parallel4.bpl parallel5.bpl parallel6.bpl parallel7.bpl akash.bpl t1.bpl new1.bpl perm.bpl async.bpl) do (
echo.
echo -------------------- %%f --------------------
- %BGEXE% %* /nologo /noinfer /typeEncoding:m /useArrayTheory /doModSetAnalysis /OwickiGries:OwickiGriesDesugared.bpl %%f
+ %BGEXE% %* /nologo /noinfer /typeEncoding:m /useArrayTheory %%f
)