@@ -84,7 +84,7 @@ class TestCodable : XCTestCase {
84
84
for components in personNameComponentsValues {
85
85
do {
86
86
try expectRoundTripEqualityThroughJSON ( for: components)
87
- } catch let error {
87
+ } catch {
88
88
XCTFail ( " \( error) for \( components) " )
89
89
}
90
90
}
@@ -103,7 +103,7 @@ class TestCodable : XCTestCase {
103
103
// We have to wrap the UUID since we cannot have a top-level string.
104
104
do {
105
105
try expectRoundTripEqualityThroughJSON ( for: UUIDCodingWrapper ( uuid) )
106
- } catch let error {
106
+ } catch {
107
107
XCTFail ( " \( error) for \( uuid) " )
108
108
}
109
109
}
@@ -122,7 +122,7 @@ class TestCodable : XCTestCase {
122
122
for url in urlValues {
123
123
do {
124
124
try expectRoundTripEqualityThroughJSON ( for: url)
125
- } catch let error {
125
+ } catch {
126
126
XCTFail ( " \( error) for \( url) " )
127
127
}
128
128
}
@@ -139,7 +139,7 @@ class TestCodable : XCTestCase {
139
139
for range in nsrangeValues {
140
140
do {
141
141
try expectRoundTripEqualityThroughJSON ( for: range)
142
- } catch let error {
142
+ } catch {
143
143
XCTFail ( " \( error) for \( range) " )
144
144
}
145
145
}
@@ -161,7 +161,7 @@ class TestCodable : XCTestCase {
161
161
for locale in localeValues {
162
162
do {
163
163
try expectRoundTripEqualityThroughJSON ( for: locale)
164
- } catch let error {
164
+ } catch {
165
165
XCTFail ( " \( error) for \( locale) " )
166
166
}
167
167
}
@@ -178,7 +178,7 @@ class TestCodable : XCTestCase {
178
178
for indexSet in indexSetValues {
179
179
do {
180
180
try expectRoundTripEqualityThroughJSON ( for: indexSet)
181
- } catch let error {
181
+ } catch {
182
182
XCTFail ( " \( error) for \( indexSet) " )
183
183
}
184
184
}
@@ -196,7 +196,7 @@ class TestCodable : XCTestCase {
196
196
for indexPath in indexPathValues {
197
197
do {
198
198
try expectRoundTripEqualityThroughJSON ( for: indexPath)
199
- } catch let error {
199
+ } catch {
200
200
XCTFail ( " \( error) for \( indexPath) " )
201
201
}
202
202
}
@@ -224,7 +224,7 @@ class TestCodable : XCTestCase {
224
224
for transform in affineTransformValues {
225
225
do {
226
226
try expectRoundTripEqualityThroughJSON ( for: transform)
227
- } catch let error {
227
+ } catch {
228
228
XCTFail ( " \( error) for \( transform) " )
229
229
}
230
230
}
@@ -244,7 +244,7 @@ class TestCodable : XCTestCase {
244
244
for decimal in decimalValues {
245
245
do {
246
246
try expectRoundTripEqualityThroughJSON ( for: decimal)
247
- } catch let error {
247
+ } catch {
248
248
XCTFail ( " \( error) for \( decimal) " )
249
249
}
250
250
}
@@ -264,7 +264,7 @@ class TestCodable : XCTestCase {
264
264
for point in cgpointValues {
265
265
do {
266
266
try expectRoundTripEqualityThroughJSON ( for: point)
267
- } catch let error {
267
+ } catch {
268
268
XCTFail ( " \( error) for \( point) " )
269
269
}
270
270
}
@@ -284,7 +284,7 @@ class TestCodable : XCTestCase {
284
284
for size in cgsizeValues {
285
285
do {
286
286
try expectRoundTripEqualityThroughJSON ( for: size)
287
- } catch let error {
287
+ } catch {
288
288
XCTFail ( " \( error) for \( size) " )
289
289
}
290
290
}
@@ -305,7 +305,7 @@ class TestCodable : XCTestCase {
305
305
for rect in cgrectValues {
306
306
do {
307
307
try expectRoundTripEqualityThroughJSON ( for: rect)
308
- } catch let error {
308
+ } catch {
309
309
XCTFail ( " \( error) for \( rect) " )
310
310
}
311
311
}
@@ -335,7 +335,7 @@ class TestCodable : XCTestCase {
335
335
for characterSet in characterSetValues {
336
336
do {
337
337
try expectRoundTripEqualityThroughJSON ( for: characterSet)
338
- } catch let error {
338
+ } catch {
339
339
XCTFail ( " \( error) for \( characterSet) " )
340
340
}
341
341
}
@@ -366,7 +366,7 @@ class TestCodable : XCTestCase {
366
366
for timeZone in timeZoneValues {
367
367
do {
368
368
try expectRoundTripEqualityThroughJSON ( for: timeZone)
369
- } catch let error {
369
+ } catch {
370
370
XCTFail ( " \( error) for \( timeZone) " )
371
371
}
372
372
}
@@ -404,7 +404,7 @@ class TestCodable : XCTestCase {
404
404
for calendar in calendarValues {
405
405
do {
406
406
try expectRoundTripEqualityThroughJSON ( for: calendar)
407
- } catch let error {
407
+ } catch {
408
408
XCTFail ( " \( error) for \( calendar) " )
409
409
}
410
410
}
@@ -441,7 +441,7 @@ class TestCodable : XCTestCase {
441
441
let components = calendar. dateComponents ( dateComponents, from: Date ( timeIntervalSince1970: 1501283776 ) )
442
442
do {
443
443
try expectRoundTripEqualityThroughJSON ( for: components)
444
- } catch let error {
444
+ } catch {
445
445
XCTFail ( " \( error) " )
446
446
}
447
447
}
@@ -452,7 +452,7 @@ class TestCodable : XCTestCase {
452
452
try expectRoundTripEqualityThroughJSON ( for: Measurement ( value: 42 , unit: UnitAcceleration . metersPerSecondSquared) )
453
453
try expectRoundTripEqualityThroughJSON ( for: Measurement ( value: 42 , unit: UnitMass . kilograms) )
454
454
try expectRoundTripEqualityThroughJSON ( for: Measurement ( value: 42 , unit: UnitLength . miles) )
455
- } catch let error {
455
+ } catch {
456
456
XCTFail ( " \( error) " )
457
457
}
458
458
}
@@ -548,7 +548,7 @@ class TestCodable : XCTestCase {
548
548
for (components) in urlComponentsValues {
549
549
do {
550
550
try expectRoundTripEqualityThroughJSON ( for: components)
551
- } catch let error {
551
+ } catch {
552
552
XCTFail ( " \( error) " )
553
553
}
554
554
}
0 commit comments