[IR] Ignore WASM and FIR for tests

^KT-45866 fixed
This commit is contained in:
Ilya Goncharov
2021-04-06 13:14:00 +03:00
committed by TeamCityServer
parent b82c9225c8
commit 5955faecec
2 changed files with 3 additions and 5 deletions
@@ -9977,11 +9977,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
public void testTypeAlias() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias.kt");
}
@TestMetadata("withTypeParameter.kt")
public void testWithTypeParameter() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/multiplatform/exhaustiveness")