Fix compile error in benchmark/single-source/UTF16Decode.swift

This commit is contained in:
Valeriy Van
2023-02-14 12:50:07 +02:00
parent 5daec4f9fc
commit 71e8288757

View File

@@ -13,7 +13,7 @@
import TestsUtils
import Foundation
public let UTF16Decode = [
public let benchmarks = [
BenchmarkInfo(
name: "UTF16Decode",
runFunction: run_UTF16Decode,