Skip to content

Commit 31f9017

Browse files
committed
Update test
1 parent 2fb6601 commit 31f9017

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/errors/test_list_const.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from lpython import i32, list, Const
2+
13
def test_list_const():
24
CONST_INTEGER_LIST: Const[list[i32]] = [1, 2, 3, 4, 5, 1]
35

@@ -9,4 +11,4 @@ def test_list_const():
911
CONST_INTEGER_LIST.clear()
1012
CONST_INTEGER_LIST.remove(1)
1113

12-
14+
test_list_const()

0 commit comments

Comments
 (0)