[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Commands / command-regex-unalias.test
blob94f1a14ae00ef6c3d28b1a4ea721b9a4dc05d37e
1 # Check that commands created with command regex cannot be unaliased
2 # RUN: %lldb -s %s 2>&1 | FileCheck %s
4 command regex 'Help__'
5 # CHECK: Enter one or more sed substitution commands in the form
6 # We need to leave a new line after to end the regex.
7 s/^$/help/
9 command unalias Help__
10 Help__
11 # CHECK: error: 'Help__' is not an alias