Skip to content

Commit d41f9d0

Browse files
committed
Address build failures
1 parent 8556b1b commit d41f9d0

3 files changed

Lines changed: 0 additions & 35 deletions

File tree

Tests/HTTP3Tests/TestUtil.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,8 @@
1414

1515
public import HTTP3
1616
import NIOCore
17-
public import NIOQUICHelpers
1817
import QPACK
1918

20-
extension QUICStreamID: @retroactive ExpressibleByIntegerLiteral {
21-
public init(integerLiteral value: UInt64) {
22-
self.init(rawValue: value)
23-
}
24-
}
25-
2619
extension String {
2720
var huffmanEncodedBytes: [UInt8] {
2821
var buffer = ByteBuffer()

Tests/NIOHTTP3Tests/TestUtil.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ public import HTTP3
1717
import NIOConcurrencyHelpers
1818
import NIOCore
1919
import NIOExtras
20-
public import NIOQUICHelpers
21-
22-
extension QUICStreamID: @retroactive ExpressibleByIntegerLiteral {
23-
public init(integerLiteral value: UInt64) {
24-
self.init(rawValue: value)
25-
}
26-
}
2720

2821
extension HTTP3GoawayID: ExpressibleByIntegerLiteral {
2922
public init(integerLiteral value: UInt64) {

Tests/QPACKTests/TestHelpers.swift

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)