forked from OSchip/llvm-project
[lldb] [test] Add missing category to test_detach_current
This commit is contained in:
parent
7655061cc6
commit
4d2503cd54
|
@ -164,6 +164,7 @@ class TestGdbRemoteFork(gdbremote_testcase.GdbRemoteTestCaseBase):
|
|||
], True)
|
||||
ret = self.expect_gdbremote_sequence()
|
||||
|
||||
@add_test_categories(["fork"])
|
||||
def test_detach_current(self):
|
||||
self.build()
|
||||
self.prep_debug_monitor_and_inferior()
|
||||
|
|
Loading…
Reference in New Issue