[Lldb-commits] [lldb] [lldb] Rename reverse-continue/TestReverseContinueNotSupported.py (NFC) (PR #137262)

Dave Lee via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 24 15:53:19 PDT 2025


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

None

>From 83d011739ba3a03058474922428c341b9333056f Mon Sep 17 00:00:00 2001
From: Dave Lee <davelee.com at gmail.com>
Date: Thu, 24 Apr 2025 15:53:00 -0700
Subject: [PATCH] [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



More information about the lldb-commits mailing list