[Lldb-commits] [lldb] [lldb-dap][windows] fix invalid path substitution for lldb-dap (PR #180237)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 6 09:23:12 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Charles Zablit (charles-zablit)
<details>
<summary>Changes</summary>
https://github.com/llvm/llvm-project/pull/178642 added `lldb/test/Shell/DAP/TestSTDINConsole.test` with an incorrect `%lldb-dap` expansion. This patch fixes it.
---
Full diff: https://github.com/llvm/llvm-project/pull/180237.diff
1 Files Affected:
- (modified) lldb/test/Shell/DAP/TestSTDINConsole.test (+1-1)
``````````diff
diff --git a/lldb/test/Shell/DAP/TestSTDINConsole.test b/lldb/test/Shell/DAP/TestSTDINConsole.test
index ba2357d1b0fe4..0d6d25400260e 100644
--- a/lldb/test/Shell/DAP/TestSTDINConsole.test
+++ b/lldb/test/Shell/DAP/TestSTDINConsole.test
@@ -1,5 +1,5 @@
# REQUIRES: python, system-windows
-# RUN: %python %s %lldb-dap > %t.out 2>&1
+# RUN: %python %s lldb-dap > %t.out 2>&1
# RUN: FileCheck %s --check-prefix=ERROR --allow-empty < %t.out
# ERROR-NOT: DAP session error:
``````````
</details>
https://github.com/llvm/llvm-project/pull/180237
More information about the lldb-commits
mailing list