mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue