forked from OSchip/llvm-project
Stop skipping test on FreeBSD that no longer fails
llvm.org/pr17232 llvm-svn: 201928
This commit is contained in:
parent
fa1d4e1067
commit
9cd270e26e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue