
Remove lldb-repro which was used to run the test suite against a reproducer. The corresponding functionality has been removed from LLDB so there's no need for the tool anymore.
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
# RUN: %lldb -s %s --script-language python 2>&1 | FileCheck %s
|
|
b main
|
|
breakpoint command add -s python -o "1234_foo"
|
|
# CHECK: error: SyntaxError({{.*}})
|