diff options
Diffstat (limited to 'test/test_oddball.py')
-rw-r--r-- | test/test_oddball.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_oddball.py b/test/test_oddball.py index 14d56b11..75cd00ee 100644 --- a/test/test_oddball.py +++ b/test/test_oddball.py @@ -298,8 +298,8 @@ class ExceptionTest(CoverageTest): cov.start() # Call our list of functions: invoke the first, with the rest as # an argument. - calls[0](calls[1:]) - cov.stop() + calls[0](calls[1:]) # pragma: nested + cov.stop() # pragma: nested # Clean the line data and compare to expected results. # The filenames are absolute, so keep just the base. |