12 lines · plain
1# Check that commands created with command regex cannot be unaliased2# RUN: %lldb -s %s 2>&1 | FileCheck %s3 4command regex 'Help__'5# CHECK: Enter one or more sed substitution commands in the form6# We need to leave a new line after to end the regex.7s/^$/help/8 9command unalias Help__10Help__11# CHECK: error: 'Help__' is not an alias12