Author: Alex Gaynor <[email protected]>
Branch: dynamic-specialized-tuple
Changeset: r54728:d092a8be277a
Date: 2012-04-24 18:04 +0200
http://bitbucket.org/pypy/pypy/changeset/d092a8be277a/
Log: merged upstream
diff --git a/pypy/rlib/test/test_rerased_raw.py
b/pypy/rlib/test/test_rerased_raw.py
--- a/pypy/rlib/test/test_rerased_raw.py
+++ b/pypy/rlib/test/test_rerased_raw.py
@@ -202,6 +202,7 @@
res = self.interpret(f, [0])
assert res == 14.5
+class TestUntypedStorageLLtype(LLRtypeMixin, BaseTestUntypedStorage):
def test_enumerate_elements(self):
def f():
storage = rerased_raw.UntypedStorage("sibf")
@@ -218,6 +219,3 @@
assert lst[1:3] == [(1, 13), (2, True)]
assert lst[3][0] == 3
assert longlong2float.longlong2float(lst[3][1]) == 3.5
-
-class TestUntypedStorageLLtype(LLRtypeMixin, BaseTestUntypedStorage):
- pass
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit