Files
clang-p2996/lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test
2021-07-09 13:25:10 -07:00

7 lines
182 B
Plaintext

# UNSUPPORTED: lldb-repro
#
# RUN: %lldb -s %s --script-language python 2>&1 | FileCheck %s
b main
breakpoint command add -s python -o "1234_foo"
# CHECK: error: SyntaxError({{.*}})