Fixed test.

This commit is contained in:
chriseth 2015-04-15 18:43:40 +02:00
parent cf9515c750
commit 4362c93ebf

View File

@ -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)});