summaryrefslogtreecommitdiff
path: root/test/coveragetest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/coveragetest.py')
-rw-r--r--test/coveragetest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/coveragetest.py b/test/coveragetest.py
index e51723e..f028431 100644
--- a/test/coveragetest.py
+++ b/test/coveragetest.py
@@ -170,7 +170,7 @@ class CoverageTest(unittest.TestCase):
if analysis.statements == line_list:
break
else:
- self.fail("None of the lines choices matched %r" % clines)
+ self.fail("None of the lines choices matched %r" % analysis.statements)
if missing is not None:
if type(missing) == type(""):