[pypy-svn] r29508 - pypy/dist/pypy/jit/hintannotator/test
arigo at codespeak.net
arigo at codespeak.net
Thu Jun 29 19:25:24 CEST 2006
Author: arigo
Date: Thu Jun 29 19:25:22 2006
New Revision: 29508
Modified:
pypy/dist/pypy/jit/hintannotator/test/test_annotator.py
Log:
Oups, forgot this.
Modified: pypy/dist/pypy/jit/hintannotator/test/test_annotator.py
==============================================================================
--- pypy/dist/pypy/jit/hintannotator/test/test_annotator.py (original)
+++ pypy/dist/pypy/jit/hintannotator/test/test_annotator.py Thu Jun 29 19:25:22 2006
@@ -421,7 +421,7 @@
def test_hannotate_tl():
from pypy.jit.tl import tl
- hannotate(tl.interp, [str, int], policy=P_OOPSPEC)
+ hannotate(tl.interp, [str, int, int], policy=P_OOPSPEC)
def test_hannotate_plus_minus():
def ll_plus_minus(s, x, y):
More information about the Pypy-commit
mailing list