Skip to content

Commit b93f704

Browse files
committed
Tweak the comprehensive assignment test
1 parent fa82dc7 commit b93f704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/passing_tests/assign/comprehensive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def hello_world(ctx: c_void_p) -> c_int64:
4141
x = last.lookup(0)
4242
x = x + 1
4343
print(f"x is {x}")
44-
if x == 11:
44+
if x == 10:
4545
jat = data_t()
4646
jat.ts = 456
4747
print(f"Hello, World!, ts is {jat.ts}")

0 commit comments

Comments
 (0)