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 cbe019c commit 771d8feCopy full SHA for 771d8fe
tests/test_basic.py
@@ -3,5 +3,5 @@
3
4
def test_main():
5
assert m.__version__ == "0.0.5"
6
- prog = m.BpfProgram("tests/execve2.o")
+ prog = m.BpfObject("tests/execve2.o")
7
print(prog)
0 commit comments