forked from OSchip/llvm-project
Remove the @expectedFailure decorator. The bug rdar://problem/8508987 has been fixed.
llvm-svn: 118179
This commit is contained in:
parent
b37c9af75d
commit
64b47bd57d
|
@ -11,7 +11,6 @@ class LoadUnloadTestCase(TestBase):
|
|||
|
||||
mydir = "load_unload"
|
||||
|
||||
# rdar://problem/8508987
|
||||
@unittest2.expectedFailure
|
||||
def test_load_unload(self):
|
||||
"""Test breakpoint by name works correctly with dlopen'ing."""
|
||||
|
|
Loading…
Reference in New Issue