mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[benchmark] CheckResults → check
Capitalizing function names is against Swift naming conventions.
This commit is contained in:
@@ -57,6 +57,6 @@ public func run_PopFrontArrayGeneric(_ N: Int) {
|
||||
result += a[0]
|
||||
myArrayReplace(&a, 0..<1, EmptyCollection())
|
||||
}
|
||||
CheckResults(result == arrayCount)
|
||||
check(result == arrayCount)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user