[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Driver / CommandOnCrashMultiThreaded.test
blobb16cfc5763715bc5c6f51de1b8270bcc7d080b07
1 # REQUIRES: native && (target-x86 || target-x86_64)
2 # RUN: %clangxx_host %p/Inputs/CommandOnCrashMultiThreaded.cpp -o %t -pthread
3 # RUN: %lldb -b -o "process launch" -k "process continue" -k "exit" %t | FileCheck %s
5 # CHECK: Process {{[0-9]+}} exited with status = 0