diff options
Diffstat (limited to 'tests/test_files.py')
-rw-r--r-- | tests/test_files.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_files.py b/tests/test_files.py index f6976a81..6c5a332d 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -85,7 +85,6 @@ class MatcherTest(CoverageTest): def test_module_matcher(self): matches_to_try = [ ('test', True), - ('test', True), ('trash', False), ('testing', False), ('test.x', True), |