Merge remote-tracking branch 'origin/swift-3-api-guidelines' into swift-3-api-guidelines

This commit is contained in:
Max Moiseev
2016-02-29 12:15:33 -08:00
35 changed files with 320 additions and 209 deletions

View File

@@ -136,7 +136,7 @@ class CodecTest<Codec : TestableUnicodeCodec> {
)
encodeIndex = encodeBuffer.startIndex
Codec.encode(scalar, output: encodeOutput)
Codec.encode(scalar, sendingOutputTo: encodeOutput)
expectEqual(
nsEncoded, encodeBuffer[0..<encodeIndex],
"Decoding failed: \(asHex(nsEncoded)) => " +