diff --git a/lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py b/lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py similarity index 96% rename from lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py rename to lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py index 167d5827bff55..5e1fb9d537edf 100644 --- a/lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py +++ b/lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py @@ -10,7 +10,7 @@ from lldbsuite.test import lldbutil -class TestReverseContinueNotSupported(TestBase): +class TestReverseContinueCommandNotSupported(TestBase): def test_reverse_continue_not_supported(self): target = self.connect()