Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r51453:0e325c9172fb
Date: 2012-01-18 17:49 +0100
http://bitbucket.org/pypy/pypy/changeset/0e325c9172fb/

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
@@ -3273,7 +3273,7 @@
         fail = self.cpu.execute_token(looptoken2, -9)
         assert fail.identifier == 42
 
-    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