Skip to content

Commit

Permalink
fix: dirty merge 6880 (#6905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Jun 5, 2024
1 parent bee2646 commit fc6ec3f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -927,8 +927,7 @@ TEST_F(AvmKernelOutputPositiveTests, kernelNullifierNonExists)
uint32_t metadata_offset = 420;
auto exists = 0;

ExecutionHints execution_hints = {};
execution_hints.side_effect_hints[0] = exists; // side effect counter -> value
ExecutionHints execution_hints({}, { { 0, exists } }, {}, {}, {}, {});

auto apply_opcodes = [=](AvmTraceBuilder& trace_builder) {
trace_builder.op_set(0, static_cast<uint128_t>(value), value_offset, AvmMemoryTag::FF);
Expand Down

0 comments on commit fc6ec3f

Please sign in to comment.