]> granicus.if.org Git - python/commitdiff
Closes #14729: Allowed test to pass on Windows by adjusting the test condition slight...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 6 May 2012 10:28:46 +0000 (11:28 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 6 May 2012 10:28:46 +0000 (11:28 +0100)
Lib/test/test_faulthandler.py

index 977cb3928ba3e03c2110c62b3a0704cfa4336b1f..1138f8f13311bbe0e724aea348e3998ca432b399 100644 (file)
@@ -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,