Swift: Update errors test

The representation of the errors seems to have changed somewhat in Swift 6.1.
This commit is contained in:
Jeroen Ketema
2025-04-22 18:07:02 +02:00
committed by Paolo Tranquilli
parent 10d86c9708
commit 59faf9fbdf
2 changed files with 2 additions and 3 deletions

View File

@@ -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 { ... } |

View File

@@ -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 |