one more test to test the call of non-existed function

Conflicts:
	test/libsolidity/SolidityEndToEndTest.cpp
This commit is contained in:
Liana Husikyan 2015-05-21 12:10:26 +02:00
parent 16a2ffde80
commit ce6126094a

View File

@ -1106,7 +1106,7 @@ void ExpressionCompiler::appendExternalFunctionCall(
//Propagate error condition (if CALL pushes 0 on stack).
m_context << eth::Instruction::ISZERO;
auto tag = m_context.appendConditionalJumpTo(m_context.errorTag());
m_context.appendConditionalJumpTo(m_context.errorTag());
if (_functionType.valueSet())
m_context << eth::Instruction::POP;