mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update validation testsuite for the argument label default changes.
Swift SVN r27706
This commit is contained in:
@@ -25,7 +25,7 @@ StringTests.test("sizeof") {
|
||||
}
|
||||
|
||||
func checkUnicodeScalarViewIteration(
|
||||
expectedScalars: [UInt32], str: String
|
||||
expectedScalars: [UInt32], _ str: String
|
||||
) {
|
||||
if true {
|
||||
var us = str.unicodeScalars
|
||||
|
||||
Reference in New Issue
Block a user