Remove uses of parameter ‘#’ from the validation testsuite.

Swift SVN r28843
This commit is contained in:
Doug Gregor
2015-05-20 20:21:45 +00:00
parent 3926c349b2
commit 2b01e748fd
4 changed files with 9 additions and 9 deletions

View File

@@ -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