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.
supported_capability
1 parent 8db9ced commit dea97f2Copy full SHA for dea97f2
lldb/test/API/tools/lldb-dap/stepInTargets/TestDAP_stepInTargets.py
@@ -79,7 +79,7 @@ def test_basic(self):
79
self.assertIsNotNone(leaf_frame, "expect a leaf frame")
80
self.assertEqual(step_in_targets[1]["label"], leaf_frame["name"])
81
82
- def test_dynamic_capability(self):
+ def test_supported_capability(self):
83
program = self.getBuildArtifact("a.out")
84
self.build_and_launch(program)
85
source = "main.cpp"
0 commit comments