forked from OSchip/llvm-project
[lldb] [test] Fix typo in TestSendSignal
This commit is contained in:
parent
b1ac1f0071
commit
e2f0b243aa
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue