diff options
author | qadeer <qadeer@microsoft.com> | 2012-04-28 19:06:03 -0700 |
---|---|---|
committer | qadeer <qadeer@microsoft.com> | 2012-04-28 19:06:03 -0700 |
commit | 6f9c19ac2ae18cb8ea3cc3814109f6bb3004c330 (patch) | |
tree | 9e47bafa22753b9edf7a2efe8355255e41e824e7 /Test/extractloops | |
parent | 53877d7a90e870d6d95d08dfd86209e315101e09 (diff) |
eliminated class ErrorModel
Diffstat (limited to 'Test/extractloops')
-rw-r--r-- | Test/extractloops/runtest.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Test/extractloops/runtest.bat b/Test/extractloops/runtest.bat index 1ee560b9..84422acd 100644 --- a/Test/extractloops/runtest.bat +++ b/Test/extractloops/runtest.bat @@ -5,15 +5,15 @@ set BGEXE=..\..\Binaries\Boogie.exe rem set BGEXE=mono ..\..\Binaries\Boogie.exe
echo ----- Running regression test t1.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t1.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t1.bpl
echo -----
echo ----- Running regression test t2.bpl
-%BGEXE% %* /noinfer /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t2.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 t2.bpl
echo -----
echo ----- Running regression test t3.bpl with recursion bound 2
-%BGEXE% %* /noinfer /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /recursionBound:2 t3.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /recursionBound:2 t3.bpl
echo -----
echo ----- Running regression test t3.bpl with recursion bound 4
-%BGEXE% %* /noinfer /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /recursionBound:4 t3.bpl
+%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /extractLoops /removeEmptyBlocks:0 /coalesceBlocks:0 /recursionBound:4 t3.bpl
echo -----
|