Regenerate Serialization* tests
This commit is contained in:
+1
-2
@@ -25,8 +25,7 @@ public class SerializationIrBytecodeListingTestGenerated extends AbstractSeriali
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void testAllFilesPresentInCodegen() throws Exception {
|
public void testAllFilesPresentInCodegen() throws Exception {
|
||||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File(
|
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||||
"plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("Basic.kt")
|
@TestMetadata("Basic.kt")
|
||||||
|
|||||||
+1
-2
@@ -25,8 +25,7 @@ public class SerializationPluginBytecodeListingTestGenerated extends AbstractSer
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void testAllFilesPresentInCodegen() throws Exception {
|
public void testAllFilesPresentInCodegen() throws Exception {
|
||||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File(
|
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||||
"plugins/kotlin-serialization/kotlin-serialization-compiler/testData/codegen"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("Basic.kt")
|
@TestMetadata("Basic.kt")
|
||||||
|
|||||||
Reference in New Issue
Block a user