JVM IR: minor, unmute bytecode text test

Also fix typo in the name
This commit is contained in:
Alexander Udalov
2020-09-28 19:00:03 +02:00
parent b497f39c29
commit 445b2d6eb1
5 changed files with 35 additions and 30 deletions
@@ -2781,9 +2781,9 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/bytecodeText/inline"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
}
@TestMetadata("deleteClassOnTransfromation.kt")
public void testDeleteClassOnTransfromation() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/inline/deleteClassOnTransfromation.kt");
@TestMetadata("deleteClassOnTransformation.kt")
public void testDeleteClassOnTransformation() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/inline/deleteClassOnTransformation.kt");
}
@TestMetadata("finallyMarkers.kt")