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 fa82dc7 commit b93f704Copy full SHA for b93f704
tests/passing_tests/assign/comprehensive.py
@@ -41,7 +41,7 @@ def hello_world(ctx: c_void_p) -> c_int64:
41
x = last.lookup(0)
42
x = x + 1
43
print(f"x is {x}")
44
- if x == 11:
+ if x == 10:
45
jat = data_t()
46
jat.ts = 456
47
print(f"Hello, World!, ts is {jat.ts}")
0 commit comments