JVM additional DCE tests
This commit is contained in:
committed by
TeamCityServer
parent
6d364a5fee
commit
1f8d6d6edb
+5
@@ -6207,6 +6207,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/controlStructures/quicksort.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("tcbInEliminatedCondition.kt")
|
||||
public void testTcbInEliminatedCondition() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/tcbInEliminatedCondition.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("tryCatchExpression.kt")
|
||||
public void testTryCatchExpression() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/controlStructures/tryCatchExpression.kt");
|
||||
|
||||
Reference in New Issue
Block a user