Tweak the comprehensive assignment test

This commit is contained in:
Pragyansh Chaturvedi
2025-10-12 09:46:16 +05:30
parent fa82dc7ebd
commit b93f704eb8

View File

@ -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}")