Commit b132069e authored by Berker Peksag's avatar Berker Peksag

Issue #21707: Merge with 3.4.

parents 253b6640 a90afbc7
......@@ -316,7 +316,7 @@ class ModuleFinderTest(unittest.TestCase):
self._do_test(maybe_test, debug=2,
replace_paths=[(old_path, new_path)])
output = output.getvalue()
expected = "co_filename '%s' changed to '%s'" % (old_path, new_path)
expected = "co_filename %r changed to %r" % (old_path, new_path)
self.assertIn(expected, output)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment