Remove the @expectedFailure decorator as the bug has been fixed.

llvm-svn: 120515
This commit is contained in:
Johnny Chen 2010-12-01 01:01:23 +00:00
parent fb3a95d8e2
commit 19e302bc70
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ class HelpCommandTestCase(TestBase):
self.expect("help", self.expect("help",
startstr = 'The following is a list of built-in, permanent debugger commands') startstr = 'The following is a list of built-in, permanent debugger commands')
@unittest2.expectedFailure
# rdar://problem/8713425
def test_help_image_dump_symtab_should_not_crash(self): def test_help_image_dump_symtab_should_not_crash(self):
"""Command 'help image dump symtab' should not crash lldb.""" """Command 'help image dump symtab' should not crash lldb."""
self.expect("help image dump symtab", self.expect("help image dump symtab",