diff options
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index 375edcec..07bd07f3 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -71,7 +71,6 @@ class ApiTest(CoverageTest): assert missing == [1] def test_filenames(self): - self.make_file("mymain.py", """\ import mymod a = 1 |