forked from OSchip/llvm-project
Really remove the @expectedFailure decorator this time.
llvm-svn: 118180
This commit is contained in:
parent
64b47bd57d
commit
0a5f9c96fd
|
@ -11,7 +11,6 @@ class LoadUnloadTestCase(TestBase):
|
|||
|
||||
mydir = "load_unload"
|
||||
|
||||
@unittest2.expectedFailure
|
||||
def test_load_unload(self):
|
||||
"""Test breakpoint by name works correctly with dlopen'ing."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue