Skip to content

Commit 59faf9f

Browse files
jketemaPaolo Tranquilli
authored andcommitted
Swift: Update errors test
The representation of the errors seems to have changed somewhat in Swift 6.1.
1 parent 10d86c9 commit 59faf9f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
deadEnd
2-
| file://:0:0:0:0 | ... = ... |
3-
| file://:0:0:0:0 | ... = ... |
42
| unspecified.swift:12:20:12:21 | (...) |
53
| unspecified.swift:25:9:28:9 | switch ErrorExpr { ... } |

swift/ql/test/extractor-tests/errors/Errors.expected

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
| file://:0:0:0:0 | ... .combine(_:) | UnresolvedDotExpr |
1+
| file://:0:0:0:0 | <<error type>> | ErrorType |
2+
| file://:0:0:0:0 | <<error type>> | ErrorType |
23
| file://:0:0:0:0 | <<error type>> | ErrorType |
34
| overloaded.swift:6:5:6:5 | OverloadedDeclRefExpr | OverloadedDeclRefExpr |
45
| unresolved.swift:5:1:5:14 | UnresolvedSpecializeExpr | UnresolvedSpecializeExpr |

0 commit comments

Comments
 (0)