[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:
parent
343210656c
commit
e0e439ce9f
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user