special handle of send

This commit is contained in:
Liana Husikyan 2015-05-26 15:05:58 +02:00
parent 19fb836bf6
commit 3ddae3209e

View File

@ -4167,7 +4167,6 @@ BOOST_AUTO_TEST_CASE(evm_exceptions_in_constructor_call_fail)
function A() function A()
{ {
this.call("123"); this.call("123");
} }
} }
contract B { contract B {