1# Check basic functionality of command bt. 2# RUN: %lldb -s %s 2>&1 | FileCheck %s 3 4# Make sure this is not rejected by the parser as invalid syntax. 5# Blank characters after the '1' are important, as we're testing the parser. 6bt 1 7# CHECK: error: invalid target 8 9# Make sure this is not rejected by the parser as invalid syntax. 10# Blank characters after the 'all' are important, as we're testing the parser. 11bt all 12# CHECK: error: invalid target 13