[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Driver / TestTarget.test
blob59ab3a4228a129d4de669522d53debf32be842d8
1 # Make sure lldb resolves the target path.
2 # RUN: mkdir -p %t/foo
3 # RUN: cd %t/foo
4 # RUN: %clang_host %p/Inputs/hello.c -g -o a.out
5 # RUN: %lldb -b a.out | FileCheck %s
7 # CHECK: Current executable set to '{{.*}}foo{{[/\\\\]+}}a.out'