mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +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}
|
^Fatal Python error: {name}
|
||||||
|
|
||||||
{header}:
|
{header}:
|
||||||
File "<string>", line {lineno} in <module>$
|
File "<string>", line {lineno} in <module>
|
||||||
""".strip()
|
""".strip()
|
||||||
regex = regex.format(
|
regex = regex.format(
|
||||||
lineno=line_number,
|
lineno=line_number,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue