Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r88715:b6249dffd811
Date: 2016-11-28 18:51 +0100
http://bitbucket.org/pypy/pypy/changeset/b6249dffd811/
Log: fix test
diff --git a/lib-python/3/test/test_exceptions.py
b/lib-python/3/test/test_exceptions.py
--- a/lib-python/3/test/test_exceptions.py
+++ b/lib-python/3/test/test_exceptions.py
@@ -1013,6 +1013,7 @@
self.assertNotEqual(wr(), None)
else:
self.fail("RecursionError not raised")
+ gc_collect()
self.assertEqual(wr(), None)
def test_errno_ENOTDIR(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit