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
commit733c9d6c424929d845266dfd9172536f97a4df87 (patch)
treeee72620a18fce6137cf81ca806cf0d054a7ae416 /test/test_process.py
parent98eed7ceb286ba3e92564494840753cd778e2a8d (diff)
downloadpython-coveragepy-git-733c9d6c424929d845266dfd9172536f97a4df87.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 6198f52e..aadf275d 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)