Skip to content

Commit dcd47d4

Browse files
committed
Only run test on 64-bit platforms
1 parent c9a845f commit dcd47d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/test-data/irbuild-str.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ L0:
507507
r6 = unbox(int, r5)
508508
return r6
509509

510-
[case testOrdOfStrIndex]
510+
[case testOrdOfStrIndex_64bit]
511511
from mypy_extensions import i64
512512
def ord_str_index(s: str, i: int) -> int:
513513
return ord(s[i])

0 commit comments

Comments
 (0)