diff --git a/benchmark/cxx-source/CxxSpanTests.swift b/benchmark/cxx-source/CxxSpanTests.swift index 1b42d3a9664..9448a83e927 100644 --- a/benchmark/cxx-source/CxxSpanTests.swift +++ b/benchmark/cxx-source/CxxSpanTests.swift @@ -11,16 +11,17 @@ //===----------------------------------------------------------------------===// import TestsUtils -import CxxStdlibPerformance -import CxxStdlib // FIXME(rdar://128520766): this import should be redundant - -let iterRepeatFactor = 7 // FIXME swift-ci linux tests do not support std::span #if os(Linux) public let benchmarks = [BenchmarkInfo]() #else +import CxxStdlibPerformance +import CxxStdlib // FIXME(rdar://128520766): this import should be redundant + +let iterRepeatFactor = 7 + public let benchmarks = [ BenchmarkInfo( name: "CxxSpanTests.raw.iterator",