Skip to content

Commit 2c70beb

Browse files
Update tests/python/tvmscript/test_tvmscript_syntax_sugar.py
Co-authored-by: Copilot <[email protected]>
1 parent ceaec4a commit 2c70beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/tvmscript/test_tvmscript_syntax_sugar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def implicit():
507507

508508

509509
def test_loop_jump_statement():
510-
"""`break` and `continue` evaluates to TIR intrisics"""
510+
"""`break` and `continue` evaluates to TIR intrinsics"""
511511

512512
@T.prim_func
513513
def explicit():

0 commit comments

Comments
 (0)