summaryrefslogtreecommitdiff
path: root/test/test_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_parser.py')
-rw-r--r--test/test_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_parser.py b/test/test_parser.py
index 201d5329..9f0f00b0 100644
--- a/test/test_parser.py
+++ b/test/test_parser.py
@@ -64,7 +64,7 @@ class ParserTest(CoverageTest):
pass
""")
self.assertEqual(cp.exit_counts(), {
- 1:1, 2:1, 3:1
+ 1:0, 2:1, 3:1
})
def XXX_missing_branch_to_excluded_code(self):