summaryrefslogtreecommitdiff
path: root/tests/plugin1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugin1.py')
-rw-r--r--tests/plugin1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugin1.py b/tests/plugin1.py
index a070af36..3283fbda 100644
--- a/tests/plugin1.py
+++ b/tests/plugin1.py
@@ -44,7 +44,7 @@ class FileTracer(coverage.FileTracer):
class FileReporter(coverage.FileReporter):
"""Dead-simple FileReporter."""
def lines(self):
- return set([105, 106, 107, 205, 206, 207])
+ return {105, 106, 107, 205, 206, 207}
def coverage_init(reg, options): # pylint: disable=unused-argument