diff options
Diffstat (limited to 'lldb/lit/Commands/command-regex-unalias.test')
-rw-r--r-- | lldb/lit/Commands/command-regex-unalias.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/Commands/command-regex-unalias.test b/lldb/lit/Commands/command-regex-unalias.test index 34113154cbd..94f1a14ae00 100644 --- a/lldb/lit/Commands/command-regex-unalias.test +++ b/lldb/lit/Commands/command-regex-unalias.test @@ -2,7 +2,7 @@ # RUN: %lldb -s %s 2>&1 | FileCheck %s command regex 'Help__' -# CHECK: Enter one of more sed substitution commands in the form +# 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/ |