[lldb] [test] Un-skip one of TestRaise signals on fbsd

This commit is contained in:
Michał Górny 2020-11-07 18:24:32 +01:00
parent ac3587f272
commit 1ba9cedd0a
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class RaiseTestCase(TestBase):
# scenario: https://llvm.org/bugs/show_bug.cgi?id=23574
@skipIfDarwin # darwin does not support real time signals
@skipIfFreeBSD # hangs
@skipIfTargetAndroid()
def test_sigsigrtmin(self):
self.build()