Skip to content

Commit 933d2a5

Browse files
committed
Fix comprehensive assignment test
1 parent b93f704 commit 933d2a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/passing_tests/assign/comprehensive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def hello_world(ctx: c_void_p) -> c_int64:
4747
print(f"Hello, World!, ts is {jat.ts}")
4848
a = last.lookup(0)
4949
print(f"a is {a}")
50+
last.update(9, 9)
5051
last.update(0, last.lookup(last.lookup(0)) +
5152
last.lookup(last.lookup(0)) + last.lookup(last.lookup(0)))
5253
z = last.lookup(0)

0 commit comments

Comments
 (0)