mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
one more test to test the call of non-existed function
Conflicts: test/libsolidity/SolidityEndToEndTest.cpp
This commit is contained in:
parent
16a2ffde80
commit
ce6126094a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user