File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ final class ValueGenericsTests: ParserTestCase {
135
135
136
136
assertParse (
137
137
"""
138
- let x: Generic<-321 >
138
+ let x: Generic<-123 >
139
139
""" ,
140
140
experimentalFeatures: . valueGenerics
141
141
)
@@ -222,7 +222,6 @@ final class ValueGenericsTests: ParserTestCase {
222
222
experimentalFeatures: . valueGenerics
223
223
)
224
224
225
- // FIXME: Not the best diagnostic
226
225
assertParse (
227
226
"""
228
227
extension Vector where 1231️⃣: N {}
@@ -253,13 +252,4 @@ final class ValueGenericsTests: ParserTestCase {
253
252
experimentalFeatures: . valueGenerics
254
253
)
255
254
}
256
-
257
- func testNegativeInteger( ) {
258
- assertParse (
259
- """
260
- let x: Generic<-321>
261
- """ ,
262
- experimentalFeatures: . valueGenerics
263
- )
264
- }
265
255
}
You can’t perform that action at this time.
0 commit comments