style fixes

This commit is contained in:
LianaHus
2015-09-11 14:31:00 +02:00
parent 47e42430f2
commit d570ab44c8
2 changed files with 2 additions and 2 deletions
@@ -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);