This commit is contained in:
Raymond Hettinger 2011-03-15 18:21:00 -07:00
commit f7156af5a9
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@ class DebuggerTests(unittest.TestCase):
" inferior's thread library, thread debugging will"
" not be available.\n",
'')
err = err.replace("warning: Cannot initialize thread debugging"
" library: Debugger service failed\n",
'')
# Ensure no unexpected error messages:
self.assertEqual(err, '')