From 76eb6f3cd9521654f1f4e2740230dd3bee689e06 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Thu, 24 Apr 2025 15:53:00 -0700 Subject: [PATCH 1/2] [lldb] Rename reverse-continue/TestReverseContinueNotSupported.py (NFC) --- ...eNotSupported.py => TestReverseContinueCommandNotSupported.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lldb/test/API/commands/process/reverse-continue/{TestReverseContinueNotSupported.py => TestReverseContinueCommandNotSupported.py} (100%) diff --git a/lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py b/lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py similarity index 100% rename from lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py rename to lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py From 53b9bcc4cbe376ef13bbd102de5641d45cc49694 Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Fri, 25 Apr 2025 10:12:49 -0700 Subject: [PATCH 2/2] Rename the class too --- .../reverse-continue/TestReverseContinueCommandNotSupported.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py b/lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.py index 167d5827bff55..5e1fb9d537edf 100644 --- a/lldb/test/API/commands/process/reverse-continue/TestReverseContinueCommandNotSupported.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()