[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Python / scripted_breakpoint.test
blob9f87a7d96e099e2b957c432a56afbad201d8895c
1 # UNSUPPORTED: lldb-repro
3 # Test that the scripting language argument to "breakpoint command" is honored
4 # even if the global scripting language is different.
6 # RUN: cat %s | %lldb --script-language none 2>&1 | FileCheck %s
7 b main
8 breakpoint command add -s python
9 print("foo")
10 DONE
11 # CHECK: Enter your Python command(s). Type 'DONE' to end.