[Lldb-commits] [lldb] a6c97a1 - [lldb/test] Fix `Crashlog/no-args.test` on ASAN builds (NFC)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 23 07:32:54 PDT 2023
Author: Med Ismail Bennani
Date: 2023-08-23T07:32:35-07:00
New Revision: a6c97a1a308e413bda63cbeaa3bebe7b2e739902
URL: https://github.com/llvm/llvm-project/commit/a6c97a1a308e413bda63cbeaa3bebe7b2e739902
DIFF: https://github.com/llvm/llvm-project/commit/a6c97a1a308e413bda63cbeaa3bebe7b2e739902.diff
LOG: [lldb/test] Fix `Crashlog/no-args.test` on ASAN builds (NFC)
This should fix the Sanitizer Green Dragon LLDB Bot:
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-sanitized/4633
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
Added:
Modified:
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no-args.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no-args.test b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no-args.test
index 6c1af2de771a63..cad2f2443ac1e7 100644
--- a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no-args.test
+++ b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no-args.test
@@ -6,6 +6,6 @@
# CHECK: Symbolicate one or more darwin crash log files to provide source file and line
# CHECK: positional arguments:
# CHECK-NEXT: FILE crash report(s) to symbolicate (default: None)
-# CHECK: options:
+# CHECK: option
# CHECK: -h, --help show this help message and exit
More information about the lldb-commits
mailing list