Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Nov 17, 2024
1 parent 46be640 commit 4ba4c6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/unit-test/runtime/test_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ TEST_CASE("Test helpers probe_read/probe_write_user/probe_read_str", "[helper]")
}
SECTION("probe write user")
{
REQUIRE(bpftime_probe_write_user((uintptr_t)&buf2, sizeof(buf1),
(uintptr_t)&buf1, 0, 0) == 0);
REQUIRE(bpftime_probe_write_user((uintptr_t)&buf2,
(uintptr_t)&buf1, sizeof(buf1),
0, 0) == 0);
}
SECTION("bpf_probe_read_str")
{
Expand Down

0 comments on commit 4ba4c6d

Please sign in to comment.