commit | e1857d999d5547aa1ed99a76dad889b468a71222 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Mar 05 20:31:34 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Mar 05 20:31:34 2013 +0200 |
tree | baac1e80f3563ea4991c585ee70b9872eab0a3ef | |
parent | 25a404520da6c2560690e457404ea36f4aaa9344 [diff] [blame] |
Fix indentation.
diff --git a/Lib/test/test_faulthandler.py b/Lib/test/test_faulthandler.py index 4e6d9bc..c171faf 100644 --- a/Lib/test/test_faulthandler.py +++ b/Lib/test/test_faulthandler.py
@@ -102,7 +102,7 @@ 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)