Skip to content

Commit 961118b

Browse files
committed
Fix tests
1 parent d0e6718 commit 961118b

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

mypyc/test-data/irbuild-bytes.test

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,6 @@ L0:
103103
return r0
104104

105105
[case testBytesIndex]
106-
def f(a: bytes, i: int) -> int:
107-
return a[i]
108-
[out]
109-
def f(a, i):
110-
a :: bytes
111-
i, r0 :: int
112-
L0:
113-
r0 = CPyBytes_GetItem(a, i)
114-
return r0
115-
116-
[case testBytesIndex_experimental_64bit]
117106
from mypy_extensions import i64
118107

119108
def f(a: bytes, i: i64) -> int:

0 commit comments

Comments
 (0)