Commit 0991b1eb authored by Stefan Behnel's avatar Stefan Behnel

py3k test fix

parent 5c3e77d3
......@@ -37,10 +37,8 @@ def test_domain_error():
def test_ios_failure():
"""
>>> test_ios_failure()
Traceback (most recent call last):
...
IOError: iostream failure
>>> try: test_ios_failure()
... except (IOError, OSError): pass
"""
raise_ios_failure()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment