Skip to content

Commit 97598b5

Browse files
Azoybnbarham
authored andcommitted
Remove value generics feature
1 parent 3578807 commit 97598b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Tests/SwiftFormatTests/PrettyPrint/ValueGenericsTests.swift

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ final class ValueGenericsTests: PrettyPrintTestCase {
2626
assertPrettyPrintEqual(
2727
input: input,
2828
expected: expected,
29-
linelength: 20,
30-
experimentalFeatures: [.valueGenerics]
29+
linelength: 20
3130
)
3231
}
3332

@@ -51,8 +50,7 @@ final class ValueGenericsTests: PrettyPrintTestCase {
5150
assertPrettyPrintEqual(
5251
input: input,
5352
expected: expected,
54-
linelength: 15,
55-
experimentalFeatures: [.valueGenerics]
53+
linelength: 15
5654
)
5755
}
5856
}

0 commit comments

Comments
 (0)