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
8 breakpoint command add -s python
11 # CHECK: Enter your Python command(s). Type 'DONE' to end.