diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-09-03 21:06:56 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-09-03 21:06:56 -0400 |
| commit | 48e06cb85d8664f601ef30c8f56b661a72246e84 (patch) | |
| tree | 4a458b352dd2bb127d25b52bed7f03dd04815f6d /test | |
| parent | 57cd5e2cd9731db1440fb9bfe180d5b604586152 (diff) | |
| download | python-coveragepy-git-48e06cb85d8664f601ef30c8f56b661a72246e84.tar.gz | |
Change the name of the C tracer from Tracer to CTracer, as it always should have been.
Diffstat (limited to 'test')
| -rw-r--r-- | test/farm/run/run_timid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/run/run_timid.py b/test/farm/run/run_timid.py index 19651a1c..b4f5134f 100644 --- a/test/farm/run/run_timid.py +++ b/test/farm/run/run_timid.py @@ -21,7 +21,7 @@ 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, which registers itself as f_trace. - contains("out/showtraceout.txt", "regular Tracer") + contains("out/showtraceout.txt", "regular CTracer") else: # If the Python trace function is being tested, then regular running will # also show the Python function. |
