summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dis.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_dis.py')
-rw-r--r--Lib/test/test_dis.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py
index 4246618..5c59eaa 100644
--- a/Lib/test/test_dis.py
+++ b/Lib/test/test_dis.py
@@ -293,12 +293,12 @@ Names:
Variable names:
0: c
Free variables:
- 0: e
- 1: d
- 2: f
- 3: y
- 4: x
- 5: z"""
+ 0: [edfxyz]
+ 1: [edfxyz]
+ 2: [edfxyz]
+ 3: [edfxyz]
+ 4: [edfxyz]
+ 5: [edfxyz]"""
code_info_expr_str = """\
Name: <module>