[Lldb-commits] [lldb] [LLDB] Fix tests on Windows (PR #131600)
Aleksandr Korepanov via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 18 04:21:06 PDT 2025
================
@@ -5,11 +5,11 @@
# RUN: rm -rf %t.existing
# RUN: mkdir -p %t.existing
# RUN: %lldb -o 'diagnostics dump -d %t.existing'
-# RUN: file %t.existing | FileCheck %s
+# RUN: test -d %t.existing && echo "directory" | FileCheck %s
----------------
AlexK0 wrote:
Fixed
https://github.com/llvm/llvm-project/pull/131600
More information about the lldb-commits
mailing list