mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename ErrorType to ErrorProtocol
This commit is contained in:
committed by
Max Moiseev
parent
99d3f96c6d
commit
feacbc4433
@@ -1,6 +1,6 @@
|
||||
// RUN: %target-swift-frontend -profile-generate -profile-coverage-mapping -emit-sorted-sil -emit-sil -module-name coverage_catch %s | FileCheck %s
|
||||
|
||||
enum SomeErr : ErrorType {
|
||||
enum SomeErr : ErrorProtocol {
|
||||
case Err1
|
||||
case Err2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user