Skip to content

Commit 3aed18b

Browse files
committed
Update test name
1 parent ee6524a commit 3aed18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/tools/lldb-dap/attach-commands/TestDAP_attachCommands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import lldbdap_testcase
99
import time
1010

11-
class TestDAP_attach(lldbdap_testcase.DAPTestCaseBase):
11+
class TestDAP_attachCommands(lldbdap_testcase.DAPTestCaseBase):
1212
@skipIfNetBSD # Hangs on NetBSD as well
1313
def test_commands(self):
1414
"""

0 commit comments

Comments
 (0)