We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f36615 commit 63398e4Copy full SHA for 63398e4
mypyc/test-data/irbuild-str.test
@@ -509,7 +509,7 @@ L0:
509
r8 = CPyStr_RStrip(s, 0)
510
return 1
511
512
-[case testCountAll]
+[case testCountAll_64bit]
513
from typing import NewType, Union
514
NewStr = NewType("NewStr", str)
515
def do_count(s: str) -> int:
@@ -540,7 +540,7 @@ L3:
540
L4:
541
return r6
542
543
-[case testCountStart]
+[case testCountStart_64bit]
544
545
546
def do_count(s: str, start: int) -> int:
@@ -573,7 +573,7 @@ L3:
573
574
575
576
-[case testCountStartEnd]
+[case testCountStartEnd_64bit]
577
578
579
def do_count(s: str, start: int, end: int) -> int:
0 commit comments