mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fixing some validation tests
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user