Skip to content

Commit 0869a2f

Browse files
Update irbuild-tuple.test
1 parent b9317bc commit 0869a2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mypyc/test-data/irbuild-tuple.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,9 @@ def test():
293293
r3 :: tuple
294294
r4 :: native_int
295295
r5 :: bit
296-
r6 :: native_int
296+
r6, x, r7 :: str
297297
r7 :: bit
298-
r8, x, r9 :: str
299-
r10 :: native_int
298+
r8 :: native_int
300299
a :: tuple
301300
L0:
302301
r0 = 'abc'

0 commit comments

Comments
 (0)