mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
LLL: fix test cases after chaind/selfbalance was added
This commit is contained in:
parent
767ce4417f
commit
805d4d5a57
@ -193,6 +193,8 @@ BOOST_AUTO_TEST_CASE(valid_opcodes_functional)
|
||||
"4300",
|
||||
"4400",
|
||||
"4500",
|
||||
"4600",
|
||||
"4700",
|
||||
"60005000",
|
||||
"60005100",
|
||||
"600060005200",
|
||||
@ -420,6 +422,8 @@ BOOST_AUTO_TEST_CASE(valid_opcodes_asm)
|
||||
"4300",
|
||||
"4400",
|
||||
"4500",
|
||||
"4600",
|
||||
"4700",
|
||||
"60005000",
|
||||
"60005100",
|
||||
"600060005200",
|
||||
@ -559,6 +563,8 @@ BOOST_AUTO_TEST_CASE(valid_opcodes_asm)
|
||||
"(asm NUMBER)",
|
||||
"(asm DIFFICULTY)",
|
||||
"(asm GASLIMIT)",
|
||||
"(asm CHAINID)",
|
||||
"(asm SELFBALANCE)",
|
||||
"(asm 0 POP)",
|
||||
"(asm 0 MLOAD)",
|
||||
"(asm 0 0 MSTORE)",
|
||||
|
Loading…
Reference in New Issue
Block a user