From 98061a5b4dbd83e0ccd84303d8e075ce640440d8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 21 Nov 2009 15:52:35 -0500 Subject: Hmmm, 0 exits for the class def doesn't seem right, but I don't know what to do about it right now. --- test/test_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_parser.py') diff --git a/test/test_parser.py b/test/test_parser.py index 201d532..9f0f00b 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): -- cgit v1.2.1