Add a compiler box test for Boolean.hashCode()
This commit is contained in:
committed by
Space Team
parent
193aa0f935
commit
36924775c8
+6
@@ -35553,6 +35553,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/primitiveTypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("booleanHashCode.kt")
|
||||
public void testBooleanHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/booleanHashCode.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("comparisonWithNaN.kt")
|
||||
public void testComparisonWithNaN() throws Exception {
|
||||
|
||||
+6
@@ -35553,6 +35553,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/primitiveTypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("booleanHashCode.kt")
|
||||
public void testBooleanHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/booleanHashCode.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("comparisonWithNaN.kt")
|
||||
public void testComparisonWithNaN() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user