diff options
-rw-r--r-- | Lib/test/test_faulthandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_faulthandler.py b/Lib/test/test_faulthandler.py index 977cb39..1138f8f 100644 --- a/Lib/test/test_faulthandler.py +++ b/Lib/test/test_faulthandler.py @@ -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, |