Author: Philip Jenvey <[email protected]>
Branch: 
Changeset: r60495:c009f60a2307
Date: 2013-01-25 13:54 -0800
http://bitbucket.org/pypy/pypy/changeset/c009f60a2307/

Log:    arigo lightened this restriction

diff --git a/rpython/rlib/test/test_jit.py b/rpython/rlib/test/test_jit.py
--- a/rpython/rlib/test/test_jit.py
+++ b/rpython/rlib/test/test_jit.py
@@ -21,8 +21,6 @@
     assert driver.reds == []
     assert driver.numreds is None
     py.test.raises(TypeError, "driver.can_enter_jit(foo='something')")
-    #
-    py.test.raises(AssertionError, "JitDriver(greens=['foo'], reds='auto', 
get_printable_location='something')")
     py.test.raises(AssertionError, "JitDriver(greens=['foo'], reds='auto', 
confirm_enter_jit='something')")
 
 def test_jitdriver_numreds():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to