[pypy-commit] pypy remove-intlong-smm: consistent naming

pjenvey noreply at buildbot.pypy.org
Mon Dec 30 22:39:10 CET 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: remove-intlong-smm
Changeset: r68568:14419f6b23e9
Date: 2013-12-29 17:44 -0800
http://bitbucket.org/pypy/pypy/changeset/14419f6b23e9/

Log:	consistent naming

diff --git a/pypy/objspace/std/test/test_smalllongobject.py b/pypy/objspace/std/test/test_smalllongobject.py
--- a/pypy/objspace/std/test/test_smalllongobject.py
+++ b/pypy/objspace/std/test/test_smalllongobject.py
@@ -125,7 +125,7 @@
             assert (x << 32) << 32 == 18446744073709551616L
 
 
-class Test_W_IntObjectWithSmallLong(TestW_IntObject):
+class TestW_IntObjectWithSmallLong(TestW_IntObject):
     spaceconfig = {"objspace.std.withsmalllong": True}
 
 


More information about the pypy-commit mailing list