diff options
author | Med Ismail Bennani <ismail@bennani.ma> | 2023-08-23 07:31:54 -0700 |
---|---|---|
committer | Med Ismail Bennani <ismail@bennani.ma> | 2023-08-23 07:32:35 -0700 |
commit | a6c97a1a308e413bda63cbeaa3bebe7b2e739902 (patch) | |
tree | 6cd6bf2bc0b60284ec5ddc440eaaeda41f1c46de /lldb/test/Shell/ScriptInterpreter/Python | |
parent | 3edd338a6407d9410f6a283c5dc32ba676ac0b8f (diff) | |
download | llvm-a6c97a1a308e413bda63cbeaa3bebe7b2e739902.zip llvm-a6c97a1a308e413bda63cbeaa3bebe7b2e739902.tar.gz llvm-a6c97a1a308e413bda63cbeaa3bebe7b2e739902.tar.bz2 |
[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@bennani.ma>
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
-rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no-args.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |