Author: David Schneider <[email protected]>
Branch: ppc-jit-backend
Changeset: r52191:3a98709cbeba
Date: 2012-01-18 17:49 +0100
http://bitbucket.org/pypy/pypy/changeset/3a98709cbeba/

Log:    give test a proper name

diff --git a/pypy/jit/backend/test/runner_test.py 
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.py
+++ b/pypy/jit/backend/test/runner_test.py
@@ -3233,7 +3233,7 @@
                          'float', descr=calldescr)
             assert res.getfloat() == expected
 
-    def test_some_issue(self):
+    def test_wrong_guard_nonnull_class(self):
         t_box, T_box = self.alloc_instance(self.T)
         null_box = self.null_instance()
         faildescr = BasicFailDescr(42)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to