Big fixes.

This commit is contained in:
Gav Wood 2014-10-31 14:35:13 +01:00
parent be45d11e4c
commit 882b8ad089

View File

@ -214,10 +214,10 @@ BOOST_AUTO_TEST_CASE(unary_operators)
byte(eth::Instruction::SUB),
byte(eth::Instruction::PUSH1), 0x0,
byte(eth::Instruction::SUB),
byte(eth::Instruction::BNOT),
byte(eth::Instruction::NOT),
byte(eth::Instruction::PUSH1), 0x2,
byte(eth::Instruction::EQ),
byte(eth::Instruction::NOT)});
byte(eth::Instruction::ISZERO)});
BOOST_CHECK_EQUAL_COLLECTIONS(code.begin(), code.end(), expectation.begin(), expectation.end());
}