Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r52419:3e27a580412d
Date: 2012-02-11 11:50 +0100
http://bitbucket.org/pypy/pypy/changeset/3e27a580412d/
Log: kill this test, we can no longer raise tuples
diff --git a/pypy/interpreter/test/test_raise.py
b/pypy/interpreter/test/test_raise.py
--- a/pypy/interpreter/test/test_raise.py
+++ b/pypy/interpreter/test/test_raise.py
@@ -139,11 +139,6 @@
assert sys.exc_info()[2].tb_next is some_traceback
""")
- def test_tuple_type(self):
- def f():
- raise ((StopIteration, 123), 456, 789)
- raises(StopIteration, f)
-
def test_userclass(self):
# new-style classes can't be raised unless they inherit from
# BaseException
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit