[pypy-commit] pypy stmgc-c4: fix test

Raemi noreply at buildbot.pypy.org
Fri Jul 5 10:46:59 CEST 2013


Author: Remi Meier <meierrem at student.ethz.ch>
Branch: stmgc-c4
Changeset: r65188:3f384e7615a0
Date: 2013-07-04 11:10 +0200
http://bitbucket.org/pypy/pypy/changeset/3f384e7615a0/

Log:	fix test

diff --git a/rpython/translator/stm/test/test_inevitable.py b/rpython/translator/stm/test/test_inevitable.py
--- a/rpython/translator/stm/test/test_inevitable.py
+++ b/rpython/translator/stm/test/test_inevitable.py
@@ -160,7 +160,7 @@
             extfunc()
 
         res = self.interpret_inevitable(f1, [])
-        assert res == 'direct_call'
+        assert res == 'extfunc()'
 
     def test_rpy_direct_call(self):
         def f2():


More information about the pypy-commit mailing list