[benchmark] CheckResults → check

Capitalizing function names is against Swift naming conventions.
This commit is contained in:
Karoy Lorentey
2021-09-15 18:45:21 -07:00
parent a723e6d4c2
commit 203dc55b60
104 changed files with 386 additions and 373 deletions

View File

@@ -57,6 +57,6 @@ public func run_PopFrontArrayGeneric(_ N: Int) {
result += a[0]
myArrayReplace(&a, 0..<1, EmptyCollection())
}
CheckResults(result == arrayCount)
check(result == arrayCount)
}
}