[pypy-commit] pypy dynamic-specialized-tuple: typo

fijal noreply at buildbot.pypy.org
Sun Apr 8 18:02:58 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: dynamic-specialized-tuple
Changeset: r54256:d6ba957b6cb5
Date: 2012-04-08 17:04 +0200
http://bitbucket.org/pypy/pypy/changeset/d6ba957b6cb5/

Log:	typo

diff --git a/pypy/jit/backend/x86/test/test_basic.py b/pypy/jit/backend/x86/test/test_basic.py
--- a/pypy/jit/backend/x86/test/test_basic.py
+++ b/pypy/jit/backend/x86/test/test_basic.py
@@ -14,7 +14,7 @@
 
 class TestBasic(Jit386Mixin, test_ajit.BaseLLtypeTests):
     # for the individual tests see
-    # ====> ../../../metainterp/test/test_basic.py
+    # ====> ../../../metainterp/test/test_ajit.py
     def test_bug(self):
         jitdriver = JitDriver(greens = [], reds = ['n'])
         class X(object):


More information about the pypy-commit mailing list