[lldb] [test] Fix typo in TestSendSignal

This commit is contained in:
Michał Górny 2019-11-11 11:01:21 +01:00
parent b1ac1f0071
commit e2f0b243aa
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class SendSignalTestCase(TestBase):
@expectedFailureAll(
oslist=['freebsd'],
bugnumber="llvm.org/pr23318: does not report running state")
@expectedFailureNetBSD(bugnumer='llvm.org/pr43959')
@expectedFailureNetBSD(bugnumber='llvm.org/pr43959')
@skipIfWindows # Windows does not support signals
def test_with_run_command(self):
"""Test that lldb command 'process signal SIGUSR1' sends a signal to the inferior process."""