Skip to content

Commit 73d246d

Browse files
authored
Cover missing line in dict-init-mutate test (#7994)
1 parent d6edfb1 commit 73d246d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/functional/ext/dict_init_mutate.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ def update_dict(di):
3636
di["one"] = 1
3737

3838
update_dict(config)
39+
40+
config = {}
41+
globals()["config"]["dir"] = "bin"

0 commit comments

Comments
 (0)