mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move modelCheckerSettings out of settings in StandardCompiler
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0;\npragma experimental SMTChecker;\ncontract C { function f(uint x) public pure { assert(x > 0); } }"
|
||||
}
|
||||
},
|
||||
"settings":
|
||||
"modelCheckerSettings":
|
||||
{
|
||||
"modelCheckerEngine": "all"
|
||||
"engine": "all"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0;\npragma experimental SMTChecker;\ncontract C { function f(uint x) public pure { assert(x > 0); } }"
|
||||
}
|
||||
},
|
||||
"settings":
|
||||
"modelCheckerSettings":
|
||||
{
|
||||
"modelCheckerEngine": "bmc"
|
||||
"engine": "bmc"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0;\npragma experimental SMTChecker;\ncontract C { function f(uint x) public pure { assert(x > 0); } }"
|
||||
}
|
||||
},
|
||||
"settings":
|
||||
"modelCheckerSettings":
|
||||
{
|
||||
"modelCheckerEngine": "chc"
|
||||
"engine": "chc"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0;\npragma experimental SMTChecker;\ncontract C { function f(uint x) public pure { assert(x > 0); } }"
|
||||
}
|
||||
},
|
||||
"settings":
|
||||
"modelCheckerSettings":
|
||||
{
|
||||
"modelCheckerEngine": "none"
|
||||
"engine": "none"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user