Kaydet (Commit) 36371234 authored tarafından Vinay Sajip's avatar Vinay Sajip

Closes #14729: Allowed test to pass on Windows by adjusting the test condition…

Closes #14729: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message.
üst fc7e967c
......@@ -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,
......
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