Minor, remove duplicate test
There's already a test that checks exactly this behavior at box/oldLanguageVersions/platformTypes/primitives/equalsNull_lv11.kt.
This commit is contained in:
-5
@@ -18738,11 +18738,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/primitives/equalsNull.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("equalsNull_withExplicitFlag.kt")
|
||||
public void testEqualsNull_withExplicitFlag() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/primitives/equalsNull_withExplicitFlag.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("hashCode.kt")
|
||||
public void testHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/primitives/hashCode.kt");
|
||||
|
||||
Reference in New Issue
Block a user