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

py3k test fix

parent 5c3e77d3
...@@ -37,10 +37,8 @@ def test_domain_error(): ...@@ -37,10 +37,8 @@ def test_domain_error():
def test_ios_failure(): def test_ios_failure():
""" """
>>> test_ios_failure() >>> try: test_ios_failure()
Traceback (most recent call last): ... except (IOError, OSError): pass
...
IOError: iostream failure
""" """
raise_ios_failure() 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