diff --git a/Tests/AsyncAlgorithmsTests/Performance/TestThroughput.swift b/Tests/AsyncAlgorithmsTests/Performance/TestThroughput.swift index f1868b5b..9038500f 100644 --- a/Tests/AsyncAlgorithmsTests/Performance/TestThroughput.swift +++ b/Tests/AsyncAlgorithmsTests/Performance/TestThroughput.swift @@ -64,7 +64,7 @@ final class TestThroughput: XCTestCase { zip($0, $1, $2) } } - @available(macOS 13.0, *) + @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *) func test_debounce() async { await measureSequenceThroughput(source: (1...).async) { $0.debounce(for: .zero, clock: ContinuousClock())