[stdlib] Fix errant tests

- A benchmark method was renamed during the Set API batch revisions
- The SourceKit test that includes stdlib docs needed a new fixture
This commit is contained in:
Nate Cook
2016-04-27 11:13:44 -05:00
parent 3fb445410f
commit 21df5f203a
2 changed files with 14 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
import TestsUtils
@inline(never)
public func run_SetIsSubset(of N: Int) {
public func run_SetIsSubsetOf(_ N: Int) {
let size = 200
SRand()