mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix tests.
This commit is contained in:
parent
e7084d9e16
commit
34f9a59f18
@ -323,7 +323,15 @@ BOOST_AUTO_TEST_CASE(arithmetics)
|
|||||||
byte(Instruction::OR),
|
byte(Instruction::OR),
|
||||||
byte(Instruction::SUB),
|
byte(Instruction::SUB),
|
||||||
byte(Instruction::ADD),
|
byte(Instruction::ADD),
|
||||||
|
byte(Instruction::DUP2),
|
||||||
|
byte(Instruction::ISZERO),
|
||||||
|
byte(Instruction::PUSH1), 0x2,
|
||||||
|
byte(Instruction::JUMPI),
|
||||||
byte(Instruction::MOD),
|
byte(Instruction::MOD),
|
||||||
|
byte(Instruction::DUP2),
|
||||||
|
byte(Instruction::ISZERO),
|
||||||
|
byte(Instruction::PUSH1), 0x2,
|
||||||
|
byte(Instruction::JUMPI),
|
||||||
byte(Instruction::DIV),
|
byte(Instruction::DIV),
|
||||||
byte(Instruction::MUL)});
|
byte(Instruction::MUL)});
|
||||||
BOOST_CHECK_EQUAL_COLLECTIONS(code.begin(), code.end(), expectation.begin(), expectation.end());
|
BOOST_CHECK_EQUAL_COLLECTIONS(code.begin(), code.end(), expectation.begin(), expectation.end());
|
||||||
|
Loading…
Reference in New Issue
Block a user