xref: /llvm-project/lldb/test/Shell/Commands/command-backtrace-parser-1.test (revision 31b9acaec5797e409afb83d665fc8816d8a37940)
1# RUN: %lldb -s %s 2>&1 | FileCheck %s
2
3# Make sure this is not rejected by the parser as invalid syntax.
4# Blank characters after the '1' are important, as we're testing the parser.
5bt 1
6# CHECK: error: invalid target
7