Skip to content

Commit 3abe07c

Browse files
add global symbol table populate function
1 parent 01bd760 commit 3abe07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/failing_tests/undeclared_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@section("tracepoint/syscalls/sys_enter_execve")
99
def sometag(ctx: c_void_p) -> c_int64:
1010
print("test")
11-
print(f"{somevalue}")
11+
print(f"{somevalue}") #type: ignore
1212
return c_int64(1)
1313

1414
@bpf

0 commit comments

Comments
 (0)