[JS IR] Update test data

This commit is contained in:
Roman Artemev
2020-02-26 17:05:12 +03:00
committed by romanart
parent 97b97ddbd7
commit 161bb72439
14 changed files with 7 additions and 36 deletions
@@ -104,11 +104,6 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/callableReference/function/classMemberAndNonExtensionCompatibility.kt");
}
@TestMetadata("classMemberDirectCache.kt")
public void testClassMemberDirectCache() throws Exception {
runTest("js/js.translator/testData/box/callableReference/function/classMemberDirectCache.kt");
}
@TestMetadata("classMemberOverridden.kt")
public void testClassMemberOverridden() throws Exception {
runTest("js/js.translator/testData/box/callableReference/function/classMemberOverridden.kt");
@@ -104,11 +104,6 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/callableReference/function/classMemberAndNonExtensionCompatibility.kt");
}
@TestMetadata("classMemberDirectCache.kt")
public void testClassMemberDirectCache() throws Exception {
runTest("js/js.translator/testData/box/callableReference/function/classMemberDirectCache.kt");
}
@TestMetadata("classMemberOverridden.kt")
public void testClassMemberOverridden() throws Exception {
runTest("js/js.translator/testData/box/callableReference/function/classMemberOverridden.kt");