Remove the @expectedFailure decorator. The bug rdar://problem/8508987 has been fixed.

llvm-svn: 118179
This commit is contained in:
Johnny Chen 2010-11-03 17:05:34 +00:00
parent b37c9af75d
commit 64b47bd57d
1 changed files with 0 additions and 1 deletions

View File

@ -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."""