Skip to content

Commit 6397188

Browse files
Update irbuild-tuple.test
1 parent f5ed766 commit 6397188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/irbuild-tuple.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def test() -> None:
331331
source = b"abc"
332332
a = tuple(f2(x) for x in source)
333333

334-
[builtins fixtures/tuple.pyi]
334+
[builtins fixtures/ir.pyi]
335335
[out]
336336
def f2(val):
337337
val, r0 :: int

0 commit comments

Comments
 (0)