mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SE-0112] Rename ErrorProtocol to Error.
This is bullet (5) of the proposed solution in SE-0112, and the last major piece to be implemented.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// RUN: %target-swift-frontend -Xllvm -sil-full-demangle -profile-generate -profile-coverage-mapping -emit-sorted-sil -emit-sil -module-name coverage_catch %s | FileCheck %s
|
||||
|
||||
enum SomeErr : ErrorProtocol {
|
||||
enum SomeErr : Error {
|
||||
case Err1
|
||||
case Err2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user