Skip to content

Commit 18bc7c6

Browse files
committed
Fix test on 3.9
1 parent 24199fe commit 18bc7c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypyc/test-data/run-classes.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3796,6 +3796,8 @@ assert t.bitfield == 0x0C
37963796
assert t.default == 10
37973797

37983798
[case testPerTypeFreeList]
3799+
from __future__ import annotations
3800+
37993801
from mypy_extensions import mypyc_attr
38003802

38013803
a = []

0 commit comments

Comments
 (0)