Update validation testsuite for the argument label default changes.

Swift SVN r27706
This commit is contained in:
Doug Gregor
2015-04-24 20:31:43 +00:00
parent 5b767efe72
commit 0523a09560
13 changed files with 97 additions and 95 deletions

View File

@@ -68,9 +68,9 @@ func nthUnicodeScalar(n: UInt32) -> UnicodeScalar {
// `buffer` should have a length >= 4
func nsEncode<CodeUnit>(
var c: UInt32,
encoding: NSStringEncoding,
inout buffer: [CodeUnit],
inout used: Int
_ encoding: NSStringEncoding,
inout _ buffer: [CodeUnit],
inout _ used: Int
) {
_precondition(buffer.count >= 4, "buffer is not large enough")