mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Tweak the comprehensive assignment test
This commit is contained in:
@ -41,7 +41,7 @@ def hello_world(ctx: c_void_p) -> c_int64:
|
|||||||
x = last.lookup(0)
|
x = last.lookup(0)
|
||||||
x = x + 1
|
x = x + 1
|
||||||
print(f"x is {x}")
|
print(f"x is {x}")
|
||||||
if x == 11:
|
if x == 10:
|
||||||
jat = data_t()
|
jat = data_t()
|
||||||
jat.ts = 456
|
jat.ts = 456
|
||||||
print(f"Hello, World!, ts is {jat.ts}")
|
print(f"Hello, World!, ts is {jat.ts}")
|
||||||
|
|||||||
Reference in New Issue
Block a user