Skip to content

Commit 082428c

Browse files
committed
Work around 32-bit platform test failure
1 parent 8dd7527 commit 082428c

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
@@ -2569,7 +2569,7 @@ def D.foo(self):
25692569
L0:
25702570
return 2
25712571

2572-
[case testBorrowedFinalAttribute5]
2572+
[case testBorrowedFinalAttribute5_64bit]
25732573
from typing import Final
25742574
from librt.vecs import vec
25752575
from mypy_extensions import i64

0 commit comments

Comments
 (0)