[pypy-commit] pypy win64-stage1: inv(glitch) :-)

ctismer noreply at buildbot.pypy.org
Thu Dec 1 23:20:17 CET 2011


Author: Christian Tismer <tismer at stackless.com>
Branch: win64-stage1
Changeset: r50048:da5b796470c9
Date: 2011-12-01 23:19 +0100
http://bitbucket.org/pypy/pypy/changeset/da5b796470c9/

Log:	inv(glitch) :-)

diff --git a/pypy/objspace/std/test/test_smallintobject.py b/pypy/objspace/std/test/test_smallintobject.py
--- a/pypy/objspace/std/test/test_smallintobject.py
+++ b/pypy/objspace/std/test/test_smallintobject.py
@@ -64,7 +64,7 @@
                 f1 = wrapint(self.space, x)
                 f2 = wrapint(self.space, y)
                 result = self.space.unwrap(self.space.add(f1, f2))
-                assert result == x+y and
+                assert result == x+y
 
     def test_sub(self):
         for x in [1, 100, sys.maxint // 2 - 50,


More information about the pypy-commit mailing list