diff options
| author | Raymond Hettinger <python@rcn.com> | 2011-03-15 18:21:00 -0700 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2011-03-15 18:21:00 -0700 |
| commit | f7156af5a92268183922ea133b51f46f0178b713 (patch) | |
| tree | 672e5b8dfb30f6eb03ac5259673d8d4841ad38b6 | |
| parent | a2e7814b2d7e01dc3dc796e9dae50e8067215003 (diff) | |
| parent | 607476bf1d78050c475815acaef840b82275eeea (diff) | |
| download | cpython-git-f7156af5a92268183922ea133b51f46f0178b713.tar.gz | |
Merge
| -rw-r--r-- | Lib/test/test_gdb.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py index 5127a6fc52..17b44ea354 100644 --- a/Lib/test/test_gdb.py +++ b/Lib/test/test_gdb.py @@ -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, '') |
