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:
parent
fc7e967c48
commit
363712349a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue