Fixed typo in unit test

This commit is contained in:
Vincent Esche 2019-10-10 22:43:18 +02:00
parent d9a1652ec7
commit 3628056b3b
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class ArithmeticTests: XCTestCase {
// MARK: - Modulo: In Place
func test_mod_in_place_array_array_float() {
measure_inout_array_array(of: Double.self) { measure in
measure_inout_array_array(of: Float.self) { measure in
measureMetrics([.wallClockTime], automaticallyStartMeasuring: false) {
measure(Surge.modInPlace)
}