Skip to content

Commit da8e23a

Browse files
committed
remove test-weakref.pyi
1 parent 5c9cab5 commit da8e23a

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

mypyc/test-data/fixtures/ir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ class RuntimeError(Exception): pass
340340
class UnicodeEncodeError(RuntimeError): pass
341341
class UnicodeDecodeError(RuntimeError): pass
342342
class NotImplementedError(RuntimeError): pass
343+
class ReferenceError(Exception): pass
343344

344345
class StopIteration(Exception):
345346
value: Any

mypyc/test-data/fixtures/test-weakref.pyi

Lines changed: 0 additions & 10 deletions
This file was deleted.

mypyc/test-data/run-weakref.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ def test_weakref_proxy_with_callback():
4848
with assertRaises(ReferenceError):
4949
p.some_meth()
5050
assert _callback_called_cache["proxy"] is True
51-
52-
[builtins fixtures/test-weakref.pyi]

0 commit comments

Comments
 (0)