Commit c53229d
committed
[lldb] Fix check in swift test
This test was _attempting_ to check that the number of registers
available was 2, 3, or 4.
However, what it was _actually_ checking was the number of register
_sets_. This commit fixes that.1 parent a0ef575 commit c53229d
File tree
1 file changed
+6
-2
lines changed- lldb/test/API/lang/swift/async/unwind/sayhello
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | | - | |
33 | | - | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
0 commit comments