From d4652ca5603d9c1f5df9f8cac856ce06332502f3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 14 Jul 2015 05:39:50 -0400 Subject: is better than --- tests/test_concurrency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_concurrency.py') diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 21048941..e0eacd18 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -149,7 +149,7 @@ class ConcurrencyTest(CoverageTest): # If the test fails, it's helpful to see this info: fname = os.path.abspath("try_it.py") - linenos = data.line_data(fname) + linenos = data.lines(fname) print("{0}: {1}".format(len(linenos), linenos)) print_simple_annotation(code, linenos) -- cgit v1.2.1