Re-enabling a test that is no longer failing

llvm-svn: 183281
This commit is contained in:
Andrew Kaylor 2013-06-04 23:38:51 +00:00
parent 0d65a762ac
commit 912a710a8a
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ class BreakpointAfterJoinTestCase(TestBase):
self.breakpoint_after_join_test()
@expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
@skipIfLinux # Fails intermittently, llvm.org/pr16170"
@dwarf_test
def test_with_dwarf(self):
"""Test breakpoint handling after a thread join."""