mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix indentation.
This commit is contained in:
parent
25a404520d
commit
e1857d999d
2 changed files with 5 additions and 5 deletions
|
|
@ -102,7 +102,7 @@ class FaultHandlerTests(unittest.TestCase):
|
|||
if other_regex:
|
||||
regex += '|' + other_regex
|
||||
with support.suppress_crash_popup():
|
||||
output, exitcode = self.get_output(code, filename)
|
||||
output, exitcode = self.get_output(code, filename)
|
||||
output = '\n'.join(output)
|
||||
self.assertRegex(output, regex)
|
||||
self.assertNotEqual(exitcode, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue