[Lldb-commits] [lldb] [lldb][lldb-dap] fix repeating commands in repl mode (PR #135008)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 16 08:26:21 PDT 2025
================
@@ -28,15 +28,12 @@ def test_completions(self):
self.set_source_breakpoints(source, [breakpoint1_line, breakpoint2_line])
- self.assertEvaluate(
- "`command regex user_command s/^$/platform/", r"\(lldb\) command regex"
- )
- self.assertEvaluate(
- "`command alias alias_command platform", r"\(lldb\) command alias"
- )
+ # the result of the commands should return the empty string.
----------------
walter-erquinigo wrote:
```suggestion
# The result of the commands should return the empty string.
```
https://github.com/llvm/llvm-project/pull/135008
More information about the lldb-commits
mailing list