Skip to content

Commit 1990b6d

Browse files
committed
Disable test on 32-bit python
1 parent 52d4a58 commit 1990b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/test-data/refcount.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ L0:
19941994
inc_ref r2
19951995
return r2
19961996

1997-
[case testPropertySetterCallWithNonRefcountedObject]
1997+
[case testPropertySetterCallWithNonRefcountedObject_64bit]
19981998
from mypy_extensions import i64
19991999

20002000
class A:

0 commit comments

Comments
 (0)