Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.6
Changeset: r97493:a741689e58e9
Date: 2019-09-16 14:04 +0200
http://bitbucket.org/pypy/pypy/changeset/a741689e58e9/

Log:    this restriction was lifted, and we didn't import the test change
        correctly or something

diff --git a/lib-python/3/test/test_regrtest.py 
b/lib-python/3/test/test_regrtest.py
--- a/lib-python/3/test/test_regrtest.py
+++ b/lib-python/3/test/test_regrtest.py
@@ -260,7 +260,6 @@
                 self.checkError([opt, '0', '-l'], "don't go together")
                 self.checkError([opt, '0', '-T'], "don't go together")
                 self.checkError([opt, '0', '-l'], "don't go together")
-                self.checkError([opt, '0', '-M', '4G'], "don't go together")
 
     def test_coverage(self):
         for opt in '-T', '--coverage':
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to