Revert "Fix missing blank line."

This reverts commit 602694b817.
This commit is contained in:
Bruno Oliveira
2017-06-10 01:29:55 -03:00
parent 3440f08a40
commit fae1e02c1d

View File

@@ -457,7 +457,6 @@ def test_crashing_item(testdir):
result.stdout.fnmatch_lines(
["*crashed*::test_crash*", "*1 failed*1 passed*"])
def test_crashing_item_teardown(testdir):
p = testdir.makepyfile("""
import py