]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Another test_dis dict order dependency.
authorGeorg Brandl <georg@python.org>
Mon, 20 Feb 2012 21:03:28 +0000 (22:03 +0100)
committerGeorg Brandl <georg@python.org>
Mon, 20 Feb 2012 21:03:28 +0000 (22:03 +0100)
Lib/test/test_dis.py

index 42466183d8ed5b03e7772d573d522322f677e379..5c59eaa01c89c81780bdc3fb159005fc3f483c70 100644 (file)
@@ -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>