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
commit19c064d168ed83c9f8e4d1f550851833a9d8f86d (patch)
treec18e757b80501c7d124348c0f6bb065133a8aac9 /test/test_arcs.py
parent8d5bceb04f249928c9c35d1830693ab3ac970b19 (diff)
downloadpython-coveragepy-19c064d168ed83c9f8e4d1f550851833a9d8f86d.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 f93e1f5..5698ca5 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])
""",