Update IEEE 754 'equals' tests for LV 1.2

NB IEEE 754 doesn't say anything about nulls.
This commit is contained in:
Dmitry Petrov
2017-09-12 12:25:08 +03:00
parent a3c4850f0d
commit 773eff1de8
3 changed files with 34 additions and 0 deletions
@@ -335,6 +335,12 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxAga
doTest(fileName);
}
@TestMetadata("explicitEqualsCall_lv12.kt")
public void testExplicitEqualsCall_lv12() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxAgainstJava/ieee754/explicitEqualsCall_lv12.kt");
doTest(fileName);
}
@TestMetadata("float.kt")
public void testFloat() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxAgainstJava/ieee754/float.kt");