Removed the @expectedFailure decorators; it was fixed with r114258.

llvm-svn: 114305
This commit is contained in:
Johnny Chen 2010-09-19 02:31:53 +00:00
parent 011f146419
commit dd4da82c92
1 changed files with 0 additions and 2 deletions

View File

@ -23,13 +23,11 @@ class FoundationTestCase(TestBase):
self.buildDwarf()
self.break_on_objc_methods()
@unittest2.expectedFailure
def test_data_type_and_expr_with_dsym(self):
"""Lookup objective-c data types and evaluate expressions."""
self.buildDsym()
self.data_type_and_expr_objc()
@unittest2.expectedFailure
def test_data_type_and_expr_with_dwarf(self):
"""Lookup objective-c data types and evaluate expressions."""
self.buildDwarf()