Skip to content

Commit 9fdc6fa

Browse files
committed
Add compile to tests/failing_tests/conditionals/helper_cond.py
1 parent 17004d5 commit 9fdc6fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/failing_tests/conditionals/helper_cond.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pythonbpf import bpf, map, section, bpfglobal
1+
from pythonbpf import bpf, map, section, bpfglobal, compile
22
from ctypes import c_void_p, c_int64, c_uint64
33
from pythonbpf.maps import HashMap
44

@@ -29,3 +29,6 @@ def hello_world(ctx: c_void_p) -> c_int64:
2929
@bpfglobal
3030
def LICENSE() -> str:
3131
return "GPL"
32+
33+
34+
compile()

0 commit comments

Comments
 (0)