Removed the @expectedFailure decorator for test_with_dwarf() test case. It has

been fixed.

llvm-svn: 113981
This commit is contained in:
Johnny Chen 2010-09-15 16:59:20 +00:00
parent 9ae4b271f2
commit bce48fb06f
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ class EnumTypesTestCase(TestBase):
# rdar://problem/8394746
# 'image lookup -t days' returns nothing with dwarf debug format.
@unittest2.expectedFailure
def test_with_dwarf(self):
"""Test 'image lookup -t days' and check for correct display."""
self.buildDwarf()