Skip to content

Commit 5c9cab5

Browse files
Update run-weakref.test
1 parent 78694f3 commit 5c9cab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/test-data/run-weakref.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[case testWeakrefRef]
44
from weakref import proxy, ref
55
from mypy_extensions import mypyc_attr
6+
from testutil import assertRaises
67

78
@mypyc_attr(native_class=False)
89
class Object:

0 commit comments

Comments
 (0)