================
@@ -20,7 +20,7 @@ def test_command_abbreviations_and_aliases(self):
         self.assertTrue(result.Succeeded())
         self.assertEqual("apropos script", result.GetOutput())
 
-        command_interpreter.ResolveCommand("h", result)
+        command_interpreter.ResolveCommand("he", result)
----------------
DavidSpickett wrote:

```
$ ./bin/lldb
(lldb) h
Ambiguous command 'h'. Possible matches:
        help
        history
<...>
'history' is an abbreviation for 'session history'
```

I figured if we're treating aliases and abreviations and the like all the same, 
then changing this test was the logical thing to do. Unless abbreviations 
should never resolve to aliases?

https://github.com/llvm/llvm-project/pull/65974
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to