Make fix test:
- [JS IR] Unmute fixed tests - [IrText] Update testdata - [WASM] Temporary turn wasm test off - [FirText] Temporary turn fit text tests off - [JVM IR] Turn off klib jvm test - [IR] Add new test
This commit is contained in:
+5
@@ -166,6 +166,11 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/classes/inlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassSyntheticMethods.kt")
|
||||
public void testInlineClassSyntheticMethods() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/inlineClassSyntheticMethods.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("innerClass.kt")
|
||||
public void testInnerClass() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/innerClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user