[Wasm] Boolean boxed instances are the same
Fixed #KT-65411
This commit is contained in:
committed by
Space Team
parent
a171f774be
commit
a5ef668e3c
+5
@@ -2186,6 +2186,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/boxingOptimization"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("boxedBooleanIdentity.kt")
|
||||
public void testBoxedBooleanIdentity() {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/boxedBooleanIdentity.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("boxedIntegersCmp.kt")
|
||||
public void testBoxedIntegersCmp() {
|
||||
runTest("compiler/testData/codegen/box/boxingOptimization/boxedIntegersCmp.kt");
|
||||
|
||||
Reference in New Issue
Block a user