summaryrefslogtreecommitdiff
path: root/test/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_process.py')
-rw-r--r--test/test_process.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_process.py b/test/test_process.py
index 89804c16..acfb8896 100644
--- a/test/test_process.py
+++ b/test/test_process.py
@@ -271,7 +271,7 @@ class ProcessTest(CoverageTest):
self.assertTrue("Hello\n" in out)
self.assertTrue(textwrap.dedent("""\
Coverage.py warning: Module sys has no python source.
- Coverage.py warning: Source module xyzzy was never encountered.
- Coverage.py warning: Source module quux was never encountered.
+ Coverage.py warning: Module xyzzy was never imported.
+ Coverage.py warning: Module quux was never imported.
Coverage.py warning: No data was collected.
""") in out)