Fix expected error message in PyTextIOWrapperTest

This commit is contained in:
Steve Dower 2016-09-07 17:51:30 -07:00
parent 627b7556e8
commit 4cf7e482a0
1 changed files with 1 additions and 1 deletions

View File

@ -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):