File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Tests/SwiftParserTest/translated Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,7 @@ final class EnumElementPatternSwift4Tests: XCTestCase {
29
29
}
30
30
}
31
31
}
32
- """ ,
33
- diagnostics: [
34
- // TODO: Old parser expected error on line 5: cannot specialize a non-generic definition
35
- // TODO: Old parser expected note on line 5: while parsing this '<' as a type parameter bracket
36
- // TODO: Old parser expected error on line 7: cannot specialize a non-generic definition
37
- // TODO: Old parser expected note on line 7: while parsing this '<' as a type parameter bracket
38
- ]
32
+ """
39
33
)
40
34
}
41
35
@@ -61,13 +55,7 @@ final class EnumElementPatternSwift4Tests: XCTestCase {
61
55
case .D(let payload) = e
62
56
else { return }
63
57
}
64
- """ ,
65
- diagnostics: [
66
- // TODO: Old parser expected error on line 3: cannot specialize a non-generic definition
67
- // TODO: Old parser expected note on line 3: while parsing this '<' as a type parameter bracket
68
- // TODO: Old parser expected error on line 5: cannot specialize a non-generic definition
69
- // TODO: Old parser expected note on line 5: while parsing this '<' as a type parameter bracket
70
- ]
58
+ """
71
59
)
72
60
}
73
61
You can’t perform that action at this time.
0 commit comments