From a6c97a1a308e413bda63cbeaa3bebe7b2e739902 Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Wed, 23 Aug 2023 07:31:54 -0700 Subject: [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 --- lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no-args.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/Shell/ScriptInterpreter/Python') diff --git a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no-args.test b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no-args.test index 6c1af2d..cad2f24 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 -- cgit v1.1