Browse Source

Fix failing build on some platforms (#1763)

Gustavo Cairo 2 years ago
parent
commit
783e4693fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Tests/GRPCInterceptorsTests/TracingTestsUtilities.swift

+ 1 - 0
Tests/GRPCInterceptorsTests/TracingTestsUtilities.swift

@@ -149,6 +149,7 @@ extension ServiceContext {
   }
 }
 
+@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
 struct TestWriter<WriterElement>: RPCWriterProtocol {
   typealias Element = WriterElement