Skip to content

Commit 3ae1ed4

Browse files
committed
update ir
1 parent 1f6183f commit 3ae1ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/test-data/irbuild-dict.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,9 @@ def f(d: Dict[int, int]) -> Dict[int, int]:
465465
return d.copy()
466466
[out]
467467
def f(d):
468-
d, r0 :: dict[exact]
468+
d, r0 :: dict
469469
L0:
470-
r0 = PyDict_Copy(d)
470+
r0 = CPyDict_Copy(d)
471471
return r0
472472

473473
[case testDictSetdefault]

0 commit comments

Comments
 (0)