Author: Maciej Fijalkowski <[email protected]>
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'
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to