@@ -218,6 +218,8 @@ extension IncludedTests {
218218 ( " test_SevenDifferentIncludes_encode " , test_SevenDifferentIncludes_encode) ,
219219 ( " test_SixDifferentIncludes " , test_SixDifferentIncludes) ,
220220 ( " test_SixDifferentIncludes_encode " , test_SixDifferentIncludes_encode) ,
221+ ( " test_TenDifferentIncludes " , test_TenDifferentIncludes) ,
222+ ( " test_TenDifferentIncludes_encode " , test_TenDifferentIncludes_encode) ,
221223 ( " test_ThreeDifferentIncludes " , test_ThreeDifferentIncludes) ,
222224 ( " test_ThreeDifferentIncludes_encode " , test_ThreeDifferentIncludes_encode) ,
223225 ( " test_TwoDifferentIncludes " , test_TwoDifferentIncludes) ,
@@ -273,44 +275,6 @@ extension PolyProxyTests {
273275 ]
274276}
275277
276- extension PolyTests {
277- // DO NOT MODIFY: This is autogenerated, use:
278- // `swift test --generate-linuxmain`
279- // to regenerate.
280- static let __allTests__PolyTests = [
281- ( " test_init_Poly0 " , test_init_Poly0) ,
282- ( " test_init_Poly1 " , test_init_Poly1) ,
283- ( " test_init_Poly2 " , test_init_Poly2) ,
284- ( " test_init_Poly3 " , test_init_Poly3) ,
285- ( " test_init_Poly4 " , test_init_Poly4) ,
286- ( " test_init_Poly5 " , test_init_Poly5) ,
287- ( " test_init_Poly6 " , test_init_Poly6) ,
288- ( " test_init_Poly7 " , test_init_Poly7) ,
289- ( " test_init_Poly8 " , test_init_Poly8) ,
290- ( " test_init_Poly9 " , test_init_Poly9) ,
291- ( " test_Poly0_decode_throws " , test_Poly0_decode_throws) ,
292- ( " test_Poly0_encode_throws " , test_Poly0_encode_throws) ,
293- ( " test_Poly1_decode_throws_typeNotFound " , test_Poly1_decode_throws_typeNotFound) ,
294- ( " test_Poly1_lookup " , test_Poly1_lookup) ,
295- ( " test_Poly2_decode_throws_typeNotFound " , test_Poly2_decode_throws_typeNotFound) ,
296- ( " test_Poly2_lookup " , test_Poly2_lookup) ,
297- ( " test_Poly3_decode_throws_typeNotFound " , test_Poly3_decode_throws_typeNotFound) ,
298- ( " test_Poly3_lookup " , test_Poly3_lookup) ,
299- ( " test_Poly4_decode_throws_typeNotFound " , test_Poly4_decode_throws_typeNotFound) ,
300- ( " test_Poly4_lookup " , test_Poly4_lookup) ,
301- ( " test_Poly5_decode_throws_typeNotFound " , test_Poly5_decode_throws_typeNotFound) ,
302- ( " test_Poly5_lookup " , test_Poly5_lookup) ,
303- ( " test_Poly6_decode_throws_typeNotFound " , test_Poly6_decode_throws_typeNotFound) ,
304- ( " test_Poly6_lookup " , test_Poly6_lookup) ,
305- ( " test_Poly7_decode_throws_typeNotFound " , test_Poly7_decode_throws_typeNotFound) ,
306- ( " test_Poly7_lookup " , test_Poly7_lookup) ,
307- ( " test_Poly8_decode_throws_typeNotFound " , test_Poly8_decode_throws_typeNotFound) ,
308- ( " test_Poly8_lookup " , test_Poly8_lookup) ,
309- ( " test_Poly9_decode_throws_typeNotFound " , test_Poly9_decode_throws_typeNotFound) ,
310- ( " test_Poly9_lookup " , test_Poly9_lookup) ,
311- ]
312- }
313-
314278extension RelationshipTests {
315279 // DO NOT MODIFY: This is autogenerated, use:
316280 // `swift test --generate-linuxmain`
@@ -486,7 +450,6 @@ public func __allTests() -> [XCTestCaseEntry] {
486450 testCase ( LinksTests . __allTests__LinksTests) ,
487451 testCase ( NonJSONAPIRelatableTests . __allTests__NonJSONAPIRelatableTests) ,
488452 testCase ( PolyProxyTests . __allTests__PolyProxyTests) ,
489- testCase ( PolyTests . __allTests__PolyTests) ,
490453 testCase ( RelationshipTests . __allTests__RelationshipTests) ,
491454 testCase ( ResourceBodyTests . __allTests__ResourceBodyTests) ,
492455 testCase ( ResourceObjectTests . __allTests__ResourceObjectTests) ,
0 commit comments