Author: Philip Jenvey <[email protected]>
Branch: py3.3
Changeset: r72543:d8277de0ae4e
Date: 2014-07-26 12:40 -0700
http://bitbucket.org/pypy/pypy/changeset/d8277de0ae4e/

Log:    clarify

diff --git a/lib-python/3/test/test_cmd_line.py 
b/lib-python/3/test/test_cmd_line.py
--- a/lib-python/3/test/test_cmd_line.py
+++ b/lib-python/3/test/test_cmd_line.py
@@ -341,7 +341,7 @@
     def test_hash_randomization(self):
         # Verify that -R enables hash randomization:
         self.verify_valid_flag('-R')
-        if test.support.check_impl_detail(cpython=False):
+        if test.support.check_impl_detail(pypy=True):
             # PyPy doesn't support hash randomization
             return
         hashes = []
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to