Skip to content

Commit dea97f2

Browse files
committed
[lldb-dap] rename to supported_capability.
1 parent 8db9ced commit dea97f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/tools/lldb-dap/stepInTargets/TestDAP_stepInTargets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_basic(self):
7979
self.assertIsNotNone(leaf_frame, "expect a leaf frame")
8080
self.assertEqual(step_in_targets[1]["label"], leaf_frame["name"])
8181

82-
def test_dynamic_capability(self):
82+
def test_supported_capability(self):
8383
program = self.getBuildArtifact("a.out")
8484
self.build_and_launch(program)
8585
source = "main.cpp"

0 commit comments

Comments
 (0)