Author: Philip Jenvey <[email protected]>
Branch: stdlib-2.7.12
Changeset: r87532:2e07f3834086
Date: 2016-10-02 16:19 -0700
http://bitbucket.org/pypy/pypy/changeset/2e07f3834086/
Log: oops
diff --git a/lib-python/2.7/test/test_dis.py b/lib-python/2.7/test/test_dis.py
--- a/lib-python/2.7/test/test_dis.py
+++ b/lib-python/2.7/test/test_dis.py
@@ -66,12 +66,12 @@
28 LIST_APPEND 2
31 JUMP_ABSOLUTE 19
-3d >> 34 LOAD_CONST 2 (1)
+%3d >> 34 LOAD_CONST 2 (1)
37 BINARY_ADD
38 CALL_FUNCTION 1
41 RAISE_VARARGS 1
-3d >> 44 LOAD_CONST 0 (None)
+%3d >> 44 LOAD_CONST 0 (None)
47 RETURN_VALUE
"""%(bug1333982.func_code.co_firstlineno + 1,
bug1333982.func_code.co_firstlineno + 2,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit