Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-hitonami authored and taichi-gardener committed Sep 19, 2022
1 parent 033432a commit 35a687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_tuple_assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 35a687d

Please sign in to comment.