[lldb] [test] Add missing category to test_detach_current

This commit is contained in:
Michał Górny 2021-07-02 11:44:41 +02:00
parent 7655061cc6
commit 4d2503cd54
1 changed files with 1 additions and 0 deletions

View File

@ -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()