Fixing some validation tests

This commit is contained in:
Max Moiseev
2017-03-10 17:09:28 -08:00
parent 187aa923ff
commit 8ffbc81239
7 changed files with 15 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ import StdlibUnittest
import Foundation
protocol TestableUnicodeCodec : UnicodeCodec {
associatedtype CodeUnit : Integer
associatedtype CodeUnit : FixedWidthInteger
static func encodingId() -> String.Encoding
static func name() -> NSString
}