solidity/test/cmdlineTests/standard_model_checker_timeout_wrong_key/input.json

19 lines
320 B
JSON
Raw Normal View History

2020-11-02 20:20:20 +00:00
{
"language": "Solidity",
"sources":
{
"A":
{
"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":
2020-11-02 20:20:20 +00:00
{
"modelChecker":
{
"engine": "chc",
"atimeout": 1
}
2020-11-02 20:20:20 +00:00
}
}