bolt/deps/llvm-18.1.8/lldb/test/Shell/Commands/command-regex-unalias.test

12 lines
334 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# Check that commands created with command regex cannot be unaliased
# RUN: %lldb -s %s 2>&1 | FileCheck %s
command regex 'Help__'
# CHECK: Enter one or 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