Stop skipping test on FreeBSD that no longer fails

llvm.org/pr17232

llvm-svn: 201928
This commit is contained in:
Ed Maste 2014-02-22 03:13:12 +00:00
parent fa1d4e1067
commit 9cd270e26e
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ class CrashingRecursiveInferiorTestCase(TestBase):
self.buildDsym()
self.recursive_inferior_crashing_step()
@skipIfFreeBSD # llvm.org/pr17232
def test_recursive_inferior_crashing_step_dwarf(self):
"""Test that stepping after a crash behaves correctly."""
self.buildDwarf()