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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
