Closes #14729: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message.

This commit is contained in:
Vinay Sajip 2012-05-06 11:28:46 +01:00
parent fc7e967c48
commit 363712349a
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class FaultHandlerTests(unittest.TestCase):
^Fatal Python error: {name}
{header}:
File "<string>", line {lineno} in <module>$
File "<string>", line {lineno} in <module>
""".strip()
regex = regex.format(
lineno=line_number,