diff options
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r-- | tests/test_oddball.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py index a44beae4..23e3ce9d 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -209,6 +209,7 @@ class MemoryFumblingTest(CoverageTest): pytest.skip("This is too expensive for now (30s)") # Start and stop coverage thousands of times to flush out bad # reference counting, maybe. + _ = "this is just here to put a type comment on" # type: ignore[unreachable] self.make_file("the_code.py", """\ import random def f(): |