Skip to content

Commit e25bc79

Browse files
committed
revert testParameterPacks4 (address in follow-up diagnostics PR)
1 parent 5f01a13 commit e25bc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftParserTest/VariadicGenericsTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,13 @@ final class TypeParameterPackTests: XCTestCase {
296296
AssertParse(
297297
"""
298298
protocol P {
299-
associatedtype each T1️⃣
299+
associatedtype T1️⃣...
300300
}
301301
""",
302302
diagnostics: [
303303
DiagnosticSpec(
304304
message: "associated types cannot be variadic",
305-
fixIts: ["remove 'each'"]
305+
fixIts: ["remove '...'"]
306306
)
307307
]
308308
)

0 commit comments

Comments
 (0)