summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Commands/command-regex-unalias.test
blob: 34113154cbd12a6cff021e1a2d23fc16a0ef5b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Check that commands created with command regex cannot be unaliased
# RUN: %lldb -s %s 2>&1 | FileCheck %s

command regex 'Help__'
# CHECK: Enter one of more sed substitution commands in the form
# We need to leave a new line after to end the regex.
s/^$/help/

command unalias Help__
Help__
# CHECK: error: 'Help__' is not an alias
OpenPOWER on IntegriCloud