[pypy-commit] pypy default: fix the test

fijal pypy.commits at gmail.com
Thu Mar 31 10:50:43 EDT 2016


Author: fijal
Branch: 
Changeset: r83465:643df004248e
Date: 2016-03-31 16:49 +0200
http://bitbucket.org/pypy/pypy/changeset/643df004248e/

Log:	fix the test

diff --git a/rpython/jit/metainterp/test/test_virtualref.py b/rpython/jit/metainterp/test/test_virtualref.py
--- a/rpython/jit/metainterp/test/test_virtualref.py
+++ b/rpython/jit/metainterp/test/test_virtualref.py
@@ -578,7 +578,6 @@
                 n -= 1
             return res
         #
-        py.test.raises(InvalidVirtualRef, "fn(10)")
         py.test.raises(UnknownException, "self.meta_interp(fn, [10])")
 
     def test_call_virtualref_already_forced(self):


More information about the pypy-commit mailing list