[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Driver / TestSingleQuote.test
blobaf321ba04db399c58ae994c088b8bd178c4cf955
1 # Make sure lldb can handle filenames with single quotes in them.
2 # RUN: %clang_host %p/Inputs/hello.c -g -o "%t-'pat"
3 # RUN: %lldb -s %s "%t-'pat" | FileCheck %s
5 br set -p return
6 # CHECK: Breakpoint 1: where = TestSingleQuote.test.tmp-'pat`main