Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Aug 12, 2024
1 parent 55ca93c commit 0c2aa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/libbpf_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3825,7 +3825,7 @@ _program_flags_test(ebpf_execution_type_t execution_type)
ctx->operation = BIND_OPERATION_BIND;

uint32_t result;
REQUIRE(hook.fire(&ctx, &result) == EBPF_SUCCESS);
REQUIRE(hook.fire(ctx, &result) == EBPF_SUCCESS);

// Verify the result.
REQUIRE(result == 0);
Expand Down

0 comments on commit 0c2aa29

Please sign in to comment.