Revert "Implement SE-0118"

This commit is contained in:
Michael Gottesman
2016-07-18 16:44:58 -07:00
committed by GitHub
parent 3b378f7313
commit fc37603c5f
64 changed files with 348 additions and 380 deletions

View File

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