[lldb] Remove libc++ category from TestNavigateHiddenFrame.py (#190016)

This test technically does not require libc++. The test binary mimics
libc++'s namespace layout to trigger some frame hiding logic in lldb,
but it does not require libc++ to function.
This commit is contained in:
Alex Langford 2026-04-02 11:12:47 -07:00 committed by GitHub
parent 343210656c
commit e0e439ce9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ from lldbsuite.test import lldbutil
class NavigateHiddenFrameTestCase(TestBase):
NO_DEBUG_INFO_TESTCASE = True
@add_test_categories(["libc++"])
def test(self):
"""Test going up/down a backtrace but we started in a hidden frame."""
self.build()