Author: Philip Jenvey <[email protected]>
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}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit