mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Swift: Update errors test
The representation of the errors seems to have changed somewhat in Swift 6.1.
This commit is contained in:
committed by
Paolo Tranquilli
parent
10d86c9708
commit
59faf9fbdf
@@ -1,5 +1,3 @@
|
||||
deadEnd
|
||||
| file://:0:0:0:0 | ... = ... |
|
||||
| file://:0:0:0:0 | ... = ... |
|
||||
| unspecified.swift:12:20:12:21 | (...) |
|
||||
| unspecified.swift:25:9:28:9 | switch ErrorExpr { ... } |
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
| file://:0:0:0:0 | ... .combine(_:) | UnresolvedDotExpr |
|
||||
| file://:0:0:0:0 | <<error type>> | ErrorType |
|
||||
| file://:0:0:0:0 | <<error type>> | ErrorType |
|
||||
| file://:0:0:0:0 | <<error type>> | ErrorType |
|
||||
| overloaded.swift:6:5:6:5 | OverloadedDeclRefExpr | OverloadedDeclRefExpr |
|
||||
| unresolved.swift:5:1:5:14 | UnresolvedSpecializeExpr | UnresolvedSpecializeExpr |
|
||||
|
||||
Reference in New Issue
Block a user