mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user