summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_debug.py')
-rw-r--r--tests/test_debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_debug.py b/tests/test_debug.py
index 42f41706..a87f8e9b 100644
--- a/tests/test_debug.py
+++ b/tests/test_debug.py
@@ -144,7 +144,7 @@ class DebugTraceTest(CoverageTest):
assert re_lines(pid_prefix + "Not tracing ", out_lines)
def test_debug_callers(self):
- out_lines = self.f1_debug_output(["pid", "dataop", "dataio", "callers"])
+ out_lines = self.f1_debug_output(["pid", "dataop", "dataio", "callers", "lock"])
# For every real message, there should be a stack trace with a line like
# "f1_debug_output : /Users/ned/coverage/tests/test_debug.py @71"
real_messages = re_lines(r":\d+", out_lines, match=False)