Skip to content

Commit

Permalink
[lldb] [test] Mark test_vCont_supports_t llgs-only
Browse files Browse the repository at this point in the history
Sponsored by: The FreeBSD Foundation
  • Loading branch information
mgorny committed Jun 28, 2022
1 parent 1178992 commit f1dcc6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_vCont_supports_S(self):
self.build()
self.vCont_supports_mode("S")

@add_test_categories(["llgs"])
def test_vCont_supports_t(self):
self.build()
self.vCont_supports_mode("t")
Expand Down

0 comments on commit f1dcc6a

Please sign in to comment.