mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Make show unproved CLI a flag
This commit is contained in:
@@ -146,7 +146,7 @@ BOOST_AUTO_TEST_CASE(cli_mode_options)
|
||||
"--model-checker-contracts=contract1.yul:A,contract2.yul:B",
|
||||
"--model-checker-div-mod-no-slacks",
|
||||
"--model-checker-engine=bmc",
|
||||
"--model-checker-show-unproved=true",
|
||||
"--model-checker-show-unproved",
|
||||
"--model-checker-solvers=z3,smtlib2",
|
||||
"--model-checker-targets=underflow,divByZero",
|
||||
"--model-checker-timeout=5",
|
||||
@@ -278,7 +278,7 @@ BOOST_AUTO_TEST_CASE(assembly_mode_options)
|
||||
"contract2.yul:B",
|
||||
"--model-checker-div-mod-no-slacks", // Ignored in assembly mode
|
||||
"--model-checker-engine=bmc", // Ignored in assembly mode
|
||||
"--model-checker-show-unproved=true", // Ignored in assembly mode
|
||||
"--model-checker-show-unproved", // Ignored in assembly mode
|
||||
"--model-checker-solvers=z3,smtlib2", // Ignored in assembly mode
|
||||
"--model-checker-targets=" // Ignored in assembly mode
|
||||
"underflow,"
|
||||
@@ -378,7 +378,7 @@ BOOST_AUTO_TEST_CASE(standard_json_mode_options)
|
||||
"contract2.yul:B",
|
||||
"--model-checker-div-mod-no-slacks", // Ignored in Standard JSON mode
|
||||
"--model-checker-engine=bmc", // Ignored in Standard JSON mode
|
||||
"--model-checker-show-unproved=true", // Ignored in Standard JSON mode
|
||||
"--model-checker-show-unproved", // Ignored in Standard JSON mode
|
||||
"--model-checker-solvers=z3,smtlib2", // Ignored in Standard JSON mode
|
||||
"--model-checker-targets=" // Ignored in Standard JSON mode
|
||||
"underflow,"
|
||||
|
||||
Reference in New Issue
Block a user