forked from OSchip/llvm-project
Removed the @expectedFailure decorators; it was fixed with r114258.
llvm-svn: 114305
This commit is contained in:
parent
011f146419
commit
dd4da82c92
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue