Skip to content

Commit a20fc56

Browse files
Update irbuild-str.test
1 parent a3fa9ce commit a20fc56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypyc/test-data/irbuild-str.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ def do_count(s):
514514
r1 :: native_int
515515
r2 :: object
516516
r3 :: int
517+
L0:
517518
r0 = 'x'
518519
r1 = CPyStr_Count(s, r0, 0)
519520
r2 = box(native_int, r1)
@@ -531,6 +532,7 @@ def do_count(s, start):
531532
r1 :: native_int
532533
r2 :: object
533534
r3 :: int
535+
L0:
534536
r0 = 'x'
535537
r1 = CPyStr_Count(s, r0, start)
536538
r2 = box(native_int, r1)
@@ -548,6 +550,7 @@ def do_count(s, start, end):
548550
r1 :: native_int
549551
r2 :: object
550552
r3 :: int
553+
L0:
551554
r0 = 'x'
552555
r1 = PyUnicode_Count(s, r0, start, end)
553556
r2 = box(native_int, r1)

0 commit comments

Comments
 (0)