[pypy-commit] pypy py3.5-marshal3: test fix

arigo pypy.commits at gmail.com
Sat Aug 27 13:16:23 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5-marshal3
Changeset: r86614:9eb66e9bbf64
Date: 2016-08-27 19:15 +0200
http://bitbucket.org/pypy/pypy/changeset/9eb66e9bbf64/

Log:	test fix

diff --git a/pypy/module/marshal/test/test_marshalimpl.py b/pypy/module/marshal/test/test_marshalimpl.py
--- a/pypy/module/marshal/test/test_marshalimpl.py
+++ b/pypy/module/marshal/test/test_marshalimpl.py
@@ -32,6 +32,7 @@
                 assert getattr(code2, attr_name) == getattr(foo.__code__, attr_name)
 
     def test_shared_string(self):
+        import marshal
         x = "hello, "
         x += "world"
         xl = 256


More information about the pypy-commit mailing list