mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Random Code: cath fill exceptions
This commit is contained in:
parent
8e25eb5842
commit
5452c8f7e3
@ -588,7 +588,7 @@ void userDefinedTest(std::function<void(json_spirit::mValue&, bool)> doTests)
|
|||||||
oSingleTest[pos->first] = pos->second;
|
oSingleTest[pos->first] = pos->second;
|
||||||
|
|
||||||
json_spirit::mValue v_singleTest(oSingleTest);
|
json_spirit::mValue v_singleTest(oSingleTest);
|
||||||
doTests(v_singleTest, false);
|
doTests(v_singleTest, test::Options::get().fillTests);
|
||||||
}
|
}
|
||||||
catch (Exception const& _e)
|
catch (Exception const& _e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user