mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #14503 from Saw-mon-and-Natalie/fix-test-typo
fixed `MSTORE` typo in `libevmasm` tests
This commit is contained in:
commit
586a7c54eb
@ -229,8 +229,8 @@ BOOST_AUTO_TEST_CASE(immutables_and_its_source_maps)
|
||||
auto const NumExpectedMappings =
|
||||
(
|
||||
2 + // PUSH <a> PUSH <b>
|
||||
(numActualRefs - 1) * 5 + // DUP DUP PUSH <n> ADD MTOSRE
|
||||
3 // PUSH <n> ADD MSTORkhbE
|
||||
(numActualRefs - 1) * 5 + // DUP DUP PUSH <n> ADD MSTORE
|
||||
3 // PUSH <n> ADD MSTORE
|
||||
) * numImmutables;
|
||||
|
||||
auto constexpr NumSubs = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user