mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style fixes
This commit is contained in:
@@ -2200,7 +2200,7 @@ BOOST_AUTO_TEST_CASE(creating_contract_within_the_contract)
|
||||
char const* sourceCode = R"(
|
||||
contract Test {
|
||||
function f() { var x = new Test(); }
|
||||
}
|
||||
}
|
||||
)";
|
||||
|
||||
BOOST_CHECK_THROW(parseTextAndResolveNames(sourceCode), TypeError);
|
||||
|
||||
Reference in New Issue
Block a user