https://github.com/kastiglione updated 
https://github.com/llvm/llvm-project/pull/137262

>From 83d011739ba3a03058474922428c341b9333056f Mon Sep 17 00:00:00 2001
From: Dave Lee <davelee....@gmail.com>
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 b37837e60ac7a53c8721a6164374da664c053297 Mon Sep 17 00:00:00 2001
From: Dave Lee <davelee....@gmail.com>
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 54d757dc4b98b..5b1f473704421 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):
     @skipIfWindows
     def test_reverse_continue_not_supported(self):
         target = self.connect()

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to