summaryrefslogtreecommitdiff
path: root/test/test_arcs.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-20 19:38:32 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-20 19:38:32 -0500
commitfb391e6f1d66a65152e476d60109f5c753889c0a (patch)
tree2bbb87a60a076e97c0de19c2db6b1baf57756321 /test/test_arcs.py
parente94ca0eaf7bcbf7800b3ba94517ea4f8a8329060 (diff)
downloadpython-coveragepy-git-fb391e6f1d66a65152e476d60109f5c753889c0a.tar.gz
lint lint
Diffstat (limited to 'test/test_arcs.py')
-rw-r--r--test/test_arcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_arcs.py b/test/test_arcs.py
index f93e1f55..5698ca5c 100644
--- a/test/test_arcs.py
+++ b/test/test_arcs.py
@@ -245,7 +245,7 @@ class LoopArcTest(CoverageTest):
a = 12
else:
a = 14
-
+
branches_2([0,1])
branches_3([0,1])
""",