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.
3 lines
88 B
Plaintext
3 lines
88 B
Plaintext
RUN: not %lldb --arch 2>&1 | FileCheck %s
|
|
CHECK: error: argument to '--arch' is missing
|