Skip to content

Commit f19b55b

Browse files
Update run-weakref.test
1 parent 2eb743c commit f19b55b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mypyc/test-data/run-weakref.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ def test_weakref_ref_with_callback():
2323
assert r() is obj
2424
obj = None
2525
assert r() is None, r()
26+
27+
[file driver.py]
28+
from native import test_weakref_ref, test_weakref_ref_with_callback
29+
30+
test_weakref_ref()
31+
test_weakref_ref_with_callback()

0 commit comments

Comments
 (0)