Author: Mark Pearse <[email protected]>
Branch: SpecialisedTuples
Changeset: r49080:b582ecf6f507
Date: 2011-11-04 17:47 +0100
http://bitbucket.org/pypy/pypy/changeset/b582ecf6f507/
Log: (antocuni, mwp) isspecialisedtupleobjectintint passes
diff --git a/pypy/objspace/std/test/test_specialisedtupleobject.py
b/pypy/objspace/std/test/test_specialisedtupleobject.py
--- a/pypy/objspace/std/test/test_specialisedtupleobject.py
+++ b/pypy/objspace/std/test/test_specialisedtupleobject.py
@@ -13,7 +13,6 @@
cls.space = gettestobjspace(**{"objspace.std.withspecialisedtuple":
True})
def test_isspecialisedtupleobjectintint(self):
- py.test.skip('in progress')
w_tuple = self.space.newtuple([self.space.wrap(1), self.space.wrap(2)])
assert isinstance(w_tuple, W_SpecialisedTupleObjectIntInt)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit