commit | 27fe226eb13b1f7cedba838b3d388a645197d722 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Feb 20 22:03:28 2012 +0100 |
committer | Georg Brandl <georg@python.org> | Mon Feb 20 22:03:28 2012 +0100 |
tree | 03f1a9274865cd985147e6be86627ab4b145f2f2 | |
parent | b9dafe618f9c157733bcbefb956348a99eb2ca3e [diff] [blame] |
Another test_dis dict order dependency.
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 @@ 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>