Minor, rename test and avoid commented directive
Get rid of "_lv12" in the test name, since it's actually a test on the modern compiler. Also, avoid the commented "IGNORE_BACKEND: JVM_IR" directive in another test to make JVM IR test failures more greppable.
This commit is contained in:
+3
-3
@@ -18238,9 +18238,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/primitives/equals.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("equalsNull_lv12.kt")
|
||||
public void testEqualsNull_lv12() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/primitives/equalsNull_lv12.kt");
|
||||
@TestMetadata("equalsNull.kt")
|
||||
public void testEqualsNull() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/primitives/equalsNull.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("equalsNull_withExplicitFlag.kt")
|
||||
|
||||
Reference in New Issue
Block a user