mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed test.
This commit is contained in:
parent
cf9515c750
commit
4362c93ebf
@ -805,7 +805,7 @@ BOOST_AUTO_TEST_CASE(control_flow_graph_do_not_remove_returned_to)
|
|||||||
Instruction::JUMP,
|
Instruction::JUMP,
|
||||||
AssemblyItem(Tag, 2),
|
AssemblyItem(Tag, 2),
|
||||||
Instruction::JUMP,
|
Instruction::JUMP,
|
||||||
AssemblyItem(PushTag, 1),
|
AssemblyItem(Tag, 1),
|
||||||
u256(2)
|
u256(2)
|
||||||
};
|
};
|
||||||
checkCFG(input, {u256(2)});
|
checkCFG(input, {u256(2)});
|
||||||
|
Loading…
Reference in New Issue
Block a user