From b93f704eb83b2fa6856f7c77a4cae3cda73ce4f5 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Sun, 12 Oct 2025 09:46:16 +0530 Subject: [PATCH] Tweak the comprehensive assignment test --- tests/passing_tests/assign/comprehensive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/passing_tests/assign/comprehensive.py b/tests/passing_tests/assign/comprehensive.py index 9c157cc..b73b087 100644 --- a/tests/passing_tests/assign/comprehensive.py +++ b/tests/passing_tests/assign/comprehensive.py @@ -41,7 +41,7 @@ def hello_world(ctx: c_void_p) -> c_int64: x = last.lookup(0) x = x + 1 print(f"x is {x}") - if x == 11: + if x == 10: jat = data_t() jat.ts = 456 print(f"Hello, World!, ts is {jat.ts}")