Files
clang-p2996/lldb/test/API/functionalities
Jonas Devlieghere dbabad0fc0 [lldb] Use validation combination of options in TestAbbreviations (#125270)
Name and line number are part of different option groups and are not
compatible.

```
(lldb) breakpoint set -n foo -l 10
error: invalid combination of options for the given command
```

The help output for `breakpoint set` confirms this. This patch updates
the test to use two compatible options. With the improved error
reporting from #125125 this becomes an issue.
2025-01-31 11:57:49 -08:00
..