
This reverts commit ac031c8db2ce454a9b08f23192ce698e8bde4447. SB API usage has been corrected.
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
# RUN: %lldb -s %s 2>&1 | FileCheck %s
|
|
|
|
# Make sure this is not rejected by the parser as invalid syntax.
|
|
# Blank characters after the 'all' are important, as we're testing the parser.
|
|
bt all
|
|
# CHECK: error: invalid target
|