Skip to content

Commit eb73b21

Browse files
authored
Update run-lists.test import List type
import List type in test case
1 parent b8a3430 commit eb73b21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/test-data/run-lists.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ print(2, a)
5252
2 [340282366920938463463374607431768211461, -170141183460469231731687303715884105736]
5353

5454
[case testListCopy]
55+
from typing import List
5556
def test_list_copy() -> None:
5657
l1 = [1, 2, 3, -4, 5]
5758
l2 = l1.copy()

0 commit comments

Comments
 (0)