summaryrefslogtreecommitdiff
path: root/test/test_process.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-02-24 22:19:42 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-02-24 22:19:42 -0500
commit3479b5e9a0059965cbbcbdd4e1a7ca94025aa99c (patch)
tree81825a7d8feaba86dc26012ea15d7b75f06c216e /test/test_process.py
parent42f8c06d485ce9d2537606ffe831ffe6aea1adbd (diff)
downloadpython-coveragepy-3479b5e9a0059965cbbcbdd4e1a7ca94025aa99c.tar.gz
Spaces
Diffstat (limited to 'test/test_process.py')
-rw-r--r--test/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process.py b/test/test_process.py
index 6198f52..aadf275 100644
--- a/test/test_process.py
+++ b/test/test_process.py
@@ -173,7 +173,7 @@ class ProcessTest(CoverageTest):
def test_code_exits(self):
self.make_file("exit.py", """\
- import sys
+ import sys
def f1():
print("about to exit..")
sys.exit(17)