From 347a373a31b5ef6b83a37bb864263cee25f0d759 Mon Sep 17 00:00:00 2001 From: lin-hitonami Date: Mon, 19 Sep 2022 16:13:33 +0800 Subject: [PATCH] fix --- tests/python/test_tuple_assign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/test_tuple_assign.py b/tests/python/test_tuple_assign.py index caf7939b4c2789..03dc05bec7d18c 100644 --- a/tests/python/test_tuple_assign.py +++ b/tests/python/test_tuple_assign.py @@ -5,7 +5,7 @@ from tests import test_utils -@test_utils.test(print_ir=True) +@test_utils.test() def test_fibonacci(): @ti.kernel def ti_fibonacci(n: ti.i32) -> ti.i32: