We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68e720d + 0a43544 commit 81c2866Copy full SHA for 81c2866
lldb/test/API/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py
@@ -12,6 +12,7 @@
12
class LibCxxFunctionSteppingIntoCallableTestCase(TestBase):
13
NO_DEBUG_INFO_TESTCASE = True
14
15
+ @skipIfDarwin
16
@add_test_categories(["libc++"])
17
def test(self):
18
"""Test that std::function as defined by libc++ is correctly printed by LLDB"""
0 commit comments