[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Python / scripted_breakpoint_lua.test
blobc86ae9057c502f42e3d9305995f18f097f3f51fe
1 # REQUIRES: python
2 # UNSUPPORTED: lldb-repro
4 # RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
5 b main
6 breakpoint command add -s python -o 'print(frame); return False'
7 run
8 # CHECK: frame #0