mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove uses of parameter ‘#’ from the validation testsuite.
Swift SVN r28843
This commit is contained in:
@@ -211,7 +211,7 @@ func getBridgedNSSetOfRefTypesBridgedVerbatim() -> NSSet {
|
||||
}
|
||||
|
||||
func getBridgedNSSet_ValueTypesCustomBridged(
|
||||
#numElements: Int = 3
|
||||
numElements numElements: Int = 3
|
||||
) -> NSSet {
|
||||
expectTrue(!_isBridgedVerbatimToObjectiveC(TestBridgedKeyTy.self))
|
||||
|
||||
@@ -3400,7 +3400,7 @@ class MockSetWithCustomCount : NSSet {
|
||||
static var timesCountWasCalled = 0
|
||||
}
|
||||
|
||||
func getMockSetWithCustomCount(#count: Int)
|
||||
func getMockSetWithCustomCount(count count: Int)
|
||||
-> Set<NSObject> {
|
||||
|
||||
return MockSetWithCustomCount(count: count) as Set
|
||||
|
||||
Reference in New Issue
Block a user