We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bce5f9 commit 85b1cb9Copy full SHA for 85b1cb9
test/libevmasm/Assembler.cpp
@@ -229,8 +229,8 @@ BOOST_AUTO_TEST_CASE(immutables_and_its_source_maps)
229
auto const NumExpectedMappings =
230
(
231
2 + // PUSH <a> PUSH <b>
232
- (numActualRefs - 1) * 5 + // DUP DUP PUSH <n> ADD MTOSRE
233
- 3 // PUSH <n> ADD MSTORkhbE
+ (numActualRefs - 1) * 5 + // DUP DUP PUSH <n> ADD MSTORE
+ 3 // PUSH <n> ADD MSTORE
234
) * numImmutables;
235
236
auto constexpr NumSubs = 1;
0 commit comments