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:
@@ -31,7 +31,7 @@ public func run_COWTree(_ N: Int) {
|
||||
}
|
||||
}
|
||||
|
||||
CheckResults(checkRef(tree1, tree2, tree3))
|
||||
check(checkRef(tree1, tree2, tree3))
|
||||
}
|
||||
|
||||
@inline(never)
|
||||
|
||||
Reference in New Issue
Block a user