summaryrefslogtreecommitdiff
path: root/test/farm/run/run_timid.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/run/run_timid.py')
-rw-r--r--test/farm/run/run_timid.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/farm/run/run_timid.py b/test/farm/run/run_timid.py
index 3810e6db..19651a1c 100644
--- a/test/farm/run/run_timid.py
+++ b/test/farm/run/run_timid.py
@@ -20,9 +20,8 @@ contains("out/showtraceout.txt", "timid PyTracer")
if os.environ.get('COVERAGE_TEST_TRACER', 'c') == 'c':
# If the C trace function is being tested, then regular running should have
- # the C function (shown as None in f_trace since it isn't a Python
- # function).
- contains("out/showtraceout.txt", "regular None")
+ # the C function, which registers itself as f_trace.
+ contains("out/showtraceout.txt", "regular Tracer")
else:
# If the Python trace function is being tested, then regular running will
# also show the Python function.