mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
fixed warning and error message
This commit is contained in:
parent
468f700af7
commit
1733c9362b
5 changed files with 5 additions and 5 deletions
|
@ -103,7 +103,7 @@ class BuildPyTestCase(support.TempdirManager,
|
|||
finally:
|
||||
sys.dont_write_bytecode = old_dont_write_bytecode
|
||||
|
||||
self.assertTrue('byte-compile not supported ' in self.logs[0][1])
|
||||
self.assertTrue('byte-compiling is disabled' in self.logs[0][1])
|
||||
|
||||
def test_suite():
|
||||
return unittest.makeSuite(BuildPyTestCase)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue