diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-12-01 01:01:23 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-01 01:01:23 +0000 |
| commit | 19e302bc700d02913490537169ace6450b4913f4 (patch) | |
| tree | 5d60c4ab7994ba6b16ba029a44c579e1866181af /lldb/test/help/TestHelp.py | |
| parent | fb3a95d8e2eb2d2cd7380b19c3f1c62fd11e5474 (diff) | |
| download | bcm5719-llvm-19e302bc700d02913490537169ace6450b4913f4.tar.gz bcm5719-llvm-19e302bc700d02913490537169ace6450b4913f4.zip | |
Remove the @expectedFailure decorator as the bug has been fixed.
llvm-svn: 120515
Diffstat (limited to 'lldb/test/help/TestHelp.py')
| -rw-r--r-- | lldb/test/help/TestHelp.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/help/TestHelp.py b/lldb/test/help/TestHelp.py index 2c3233b5bdd..84b1eb0d302 100644 --- a/lldb/test/help/TestHelp.py +++ b/lldb/test/help/TestHelp.py @@ -24,8 +24,6 @@ class HelpCommandTestCase(TestBase): self.expect("help", 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): """Command 'help image dump symtab' should not crash lldb.""" self.expect("help image dump symtab", |

