Author: Matti Picus <[email protected]>
Branch: py3.6
Changeset: r97376:da6d272c73f5
Date: 2019-09-05 13:48 +0200
http://bitbucket.org/pypy/pypy/changeset/da6d272c73f5/

Log:    fix bad merge

diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py
--- a/lib-python/3/test/test_dis.py
+++ b/lib-python/3/test/test_dis.py
@@ -146,7 +146,7 @@
               1)
     pass
 
-_bug1333982 = """\
+dis_bug1333982 = """\
 %3d           0 LOAD_CONST               1 (0)
               2 POP_JUMP_IF_TRUE        26
               4 LOAD_GLOBAL              0 (AssertionError)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to