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

Reply via email to