This commit is contained in:
Jesus Cea 2011-03-16 01:40:50 +01:00
commit cc4a484264

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, '')