aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_embed.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_embed.py b/Lib/test/test_embed.py
index 7f1a4e665f3..852b3578989 100644
--- a/Lib/test/test_embed.py
+++ b/Lib/test/test_embed.py
@@ -455,6 +455,7 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
'code_debug_ranges': 1,
'show_ref_count': 0,
'dump_refs': 0,
+ 'dump_refs_file': None,
'malloc_stats': 0,
'filesystem_encoding': GET_DEFAULT_CONFIG,