Commit 4cf7e482 authored by Steve Dower's avatar Steve Dower

Fix expected error message in PyTextIOWrapperTest

parent 627b7556
......@@ -3276,7 +3276,7 @@ class CTextIOWrapperTest(TextIOWrapperTest):
class PyTextIOWrapperTest(TextIOWrapperTest):
io = pyio
shutdown_error = "LookupError: unknown encoding: ascii"
shutdown_error = "ImportError: sys.meta_path is None, Python is likely shutting down"
class IncrementalNewlineDecoderTest(unittest.TestCase):
......
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