Rename UnicodeCodecType to UnicodeCodec in a new test

This commit is contained in:
Dmitri Gribenko
2016-03-09 18:40:59 -08:00
parent 49e20ac67a
commit e9796f1c3d

View File

@@ -18,7 +18,7 @@ import Foundation
@_silgen_name("random") func random() -> UInt32
@_silgen_name("srandomdev") func srandomdev()
protocol TestableUnicodeCodec : UnicodeCodecType {
protocol TestableUnicodeCodec : UnicodeCodec {
associatedtype CodeUnit : Integer
static func encodingId() -> NSStringEncoding
static func name() -> NSString