[pypy-commit] pypy py3.5: fix?

arigo pypy.commits at gmail.com
Sun Dec 4 16:04:25 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r88887:ea86f82696e3
Date: 2016-12-04 22:03 +0100
http://bitbucket.org/pypy/pypy/changeset/ea86f82696e3/

Log:	fix?

diff --git a/lib-python/3/test/test_ordered_dict.py b/lib-python/3/test/test_ordered_dict.py
--- a/lib-python/3/test/test_ordered_dict.py
+++ b/lib-python/3/test/test_ordered_dict.py
@@ -12,7 +12,7 @@
 
 
 py_coll = support.import_fresh_module('collections', blocked=['_collections'])
-c_coll = import_fresh_module('_collections', fresh=['_collections'])
+c_coll = support.import_fresh_module('_collections', fresh=['_collections'])
 
 
 @contextlib.contextmanager


More information about the pypy-commit mailing list