[pypy-svn] r23324 - pypy/dist/pypy/jit/test

ac at codespeak.net ac at codespeak.net
Tue Feb 14 14:11:41 CET 2006


Author: ac
Date: Tue Feb 14 14:11:40 2006
New Revision: 23324

Modified:
   pypy/dist/pypy/jit/test/test_jit_tl.py
Log:
Oops, forgot this.

Modified: pypy/dist/pypy/jit/test/test_jit_tl.py
==============================================================================
--- pypy/dist/pypy/jit/test/test_jit_tl.py	(original)
+++ pypy/dist/pypy/jit/test/test_jit_tl.py	Tue Feb 14 14:11:40 2006
@@ -74,7 +74,7 @@
     run_jit('''
             PUSH 42
             PUSH -42
-            ROLL 2   # at the moment we see a potential IndexError here
+            ROLL -2   # at the moment we see a potential IndexError here
     ''')
 
 def test_calls():



More information about the Pypy-commit mailing list