Revert "Name and label changes for closure parameters (for review only) (#2981)"

This reverts commit 18406900ba.
This commit is contained in:
Michael Gottesman
2016-07-15 19:45:26 -07:00
parent ac5a9789e7
commit 40e1991e12
65 changed files with 350 additions and 382 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)) => " +