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 6c1ad0d commit 723d9e4Copy full SHA for 723d9e4
libbpf-rs/tests/test.rs
@@ -876,7 +876,7 @@ fn test_object_program_helper_probes() {
876
}
877
878
#[test]
879
-fn test_object_open_proram_insns() {
+fn test_object_open_program_insns() {
880
bump_rlimit_mlock();
881
882
let open_obj = open_test_object("usdt.bpf.o");
@@ -889,7 +889,7 @@ fn test_object_open_proram_insns() {
889
890
891
892
-fn test_object_proram_insns() {
+fn test_object_program_insns() {
893
894
895
let obj = get_test_object("usdt.bpf.o");
0 commit comments