[pypy-commit] pypy vmprof2: fix that one

fijal noreply at buildbot.pypy.org
Fri Apr 17 18:58:00 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: vmprof2
Changeset: r76821:394f945d11d7
Date: 2015-04-17 18:57 +0200
http://bitbucket.org/pypy/pypy/changeset/394f945d11d7/

Log:	fix that one

diff --git a/rpython/jit/metainterp/test/support.py b/rpython/jit/metainterp/test/support.py
--- a/rpython/jit/metainterp/test/support.py
+++ b/rpython/jit/metainterp/test/support.py
@@ -36,6 +36,9 @@
             from rpython.rtyper.annlowlevel import llhelper
             return llhelper(FUNCPTR, func)
 
+        def get_unique_id(self, *args):
+            return 0
+
         def get_location_str(self, args):
             return 'location'
 


More information about the pypy-commit mailing list