diff options
author | qadeer <qadeer@microsoft.com> | 2012-04-29 23:51:14 -0700 |
---|---|---|
committer | qadeer <qadeer@microsoft.com> | 2012-04-29 23:51:14 -0700 |
commit | d7786190c142f0db693331d9fcc3f039ce22afa0 (patch) | |
tree | 82bb8f47521262c4d761b3bb9d012660b20a4993 /Test/stratifiedinline | |
parent | d6e6fed37183c080dd8fe9dc8f45e2a9f51db27e (diff) |
UseLabels=false when stratified inline is on
Diffstat (limited to 'Test/stratifiedinline')
-rw-r--r-- | Test/stratifiedinline/runtest.bat | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Test/stratifiedinline/runtest.bat b/Test/stratifiedinline/runtest.bat index 2bb3cbd5..d260708b 100644 --- a/Test/stratifiedinline/runtest.bat +++ b/Test/stratifiedinline/runtest.bat @@ -5,33 +5,33 @@ set BGEXE=..\..\Binaries\Boogie.exe rem set BGEXE=mono ..\..\Binaries\Boogie.exe
echo ----- Running regression test bar1.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar1.bpl
+%BGEXE% %* /stratifiedInline:1 bar1.bpl
echo -----
echo ----- Running regression test bar2.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar2.bpl
+%BGEXE% %* /stratifiedInline:1 bar2.bpl
echo -----
echo ----- Running regression test bar3.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar3.bpl
+%BGEXE% %* /stratifiedInline:1 bar3.bpl
echo -----
echo ----- Running regression test bar4.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar4.bpl
+%BGEXE% %* /stratifiedInline:1 bar4.bpl
echo -----
echo ----- Running regression test bar6.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar6.bpl
+%BGEXE% %* /stratifiedInline:1 bar6.bpl
echo -----
echo ----- Running regression test bar7.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /nonUniformUnfolding bar7.bpl
+%BGEXE% %* /stratifiedInline:1 /nonUniformUnfolding bar7.bpl
echo -----
echo ----- Running regression test bar8.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /nonUniformUnfolding bar8.bpl
+%BGEXE% %* /stratifiedInline:1 /nonUniformUnfolding bar8.bpl
echo -----
echo ----- Running regression test bar9.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /nonUniformUnfolding bar9.bpl
+%BGEXE% %* /stratifiedInline:1 /nonUniformUnfolding bar9.bpl
echo -----
echo ----- Running regression test bar10.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 /nonUniformUnfolding bar10.bpl
+%BGEXE% %* /stratifiedInline:1 /nonUniformUnfolding bar10.bpl
echo -----
echo ----- Running regression test bar11.bpl
-%BGEXE% %* /noinfer /doNotUseLabels /stratifiedInline:1 bar11.bpl
+%BGEXE% %* /stratifiedInline:1 bar11.bpl
echo -----
|