Commit a33e43e
committed
[lldb] Use validation combination of options in TestAbbreviations
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 llvm#125125 this becomes an issue.1 parent 1b0becf commit a33e43e
File tree
1 file changed
+4
-4
lines changed- lldb/test/API/functionalities/abbreviation
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments