xref: /llvm-project/lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test (revision 88591aa0ca7e4d99da353d49f91ea63e43fb55e0)
1# RUN: %lldb -s %s --script-language python 2>&1 | FileCheck %s
2b main
3breakpoint command add -s python -o "1234_foo"
4# CHECK: error: SyntaxError({{.*}})
5