Author: Charles Zablit Date: 2026-02-09T14:49:57+01:00 New Revision: dbbea962c9f9e05c56b5566b9b4f66351adf8079
URL: https://github.com/llvm/llvm-project/commit/dbbea962c9f9e05c56b5566b9b4f66351adf8079 DIFF: https://github.com/llvm/llvm-project/commit/dbbea962c9f9e05c56b5566b9b4f66351adf8079.diff LOG: [lldb-dap][windows] fix invalid path substitution for lldb-dap (#180237) 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. Added: Modified: lldb/test/Shell/DAP/TestSTDINConsole.test Removed: ################################################################################ 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: _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
