Skip to content

Commit 63398e4

Browse files
committed
Update irbuild-str.test
1 parent 1f36615 commit 63398e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mypyc/test-data/irbuild-str.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ L0:
509509
r8 = CPyStr_RStrip(s, 0)
510510
return 1
511511

512-
[case testCountAll]
512+
[case testCountAll_64bit]
513513
from typing import NewType, Union
514514
NewStr = NewType("NewStr", str)
515515
def do_count(s: str) -> int:
@@ -540,7 +540,7 @@ L3:
540540
L4:
541541
return r6
542542

543-
[case testCountStart]
543+
[case testCountStart_64bit]
544544
from typing import NewType, Union
545545
NewStr = NewType("NewStr", str)
546546
def do_count(s: str, start: int) -> int:
@@ -573,7 +573,7 @@ L3:
573573
L4:
574574
return r6
575575

576-
[case testCountStartEnd]
576+
[case testCountStartEnd_64bit]
577577
from typing import NewType, Union
578578
NewStr = NewType("NewStr", str)
579579
def do_count(s: str, start: int, end: int) -> int:

0 commit comments

Comments
 (0)