Skip to content

Commit d1cc3fd

Browse files
committed
Fix build error
feature/init-positional-with-argument-rep
1 parent 95d5741 commit d1cc3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ArgumentEncodingTests/ArgumentGroupTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ final class ArgumentGroupTests: XCTestCase {
250250
}
251251
}
252252

253-
#if swift(>=6)
253+
#if swift(>=6) && swift(<6.0.2)
254254
extension Array: @retroactive ArgumentGroup, @retroactive FormatterNode {
255255
public var flagFormatter: ArgumentEncoding.FlagFormatter { FlagFormatter(prefix: .doubleDash) }
256256

0 commit comments

Comments
 (0)