7 lines
182 B
Plaintext
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({{.*}})
|