[Test] Unmute passing codegen tests
This commit is contained in:
committed by
TeamCityServer
parent
17afe1b546
commit
27ac7dbf9a
+5
-5
@@ -7027,11 +7027,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt24135.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt38099.kt")
|
||||
public void ignoreKt38099() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt38099.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendFunctionAsSupertype.kt")
|
||||
public void ignoreSuspendFunctionAsSupertype() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt");
|
||||
@@ -7350,6 +7345,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt35967.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt38099.kt")
|
||||
public void testKt38099() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt38099.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42028.kt")
|
||||
public void testKt42028() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt42028.kt");
|
||||
|
||||
Reference in New Issue
Block a user