diff --git a/Tests/SwiftFormatTests/PrettyPrint/ValueGenericsTests.swift b/Tests/SwiftFormatTests/PrettyPrint/ValueGenericsTests.swift index b314da1c8..e07ac5b9d 100644 --- a/Tests/SwiftFormatTests/PrettyPrint/ValueGenericsTests.swift +++ b/Tests/SwiftFormatTests/PrettyPrint/ValueGenericsTests.swift @@ -26,8 +26,7 @@ final class ValueGenericsTests: PrettyPrintTestCase { assertPrettyPrintEqual( input: input, expected: expected, - linelength: 20, - experimentalFeatures: [.valueGenerics] + linelength: 20 ) } @@ -51,8 +50,7 @@ final class ValueGenericsTests: PrettyPrintTestCase { assertPrettyPrintEqual( input: input, expected: expected, - linelength: 15, - experimentalFeatures: [.valueGenerics] + linelength: 15 ) } }