Minor, ignore test on adapted function references for Android

This commit is contained in:
Alexander Udalov
2020-04-09 12:50:21 +02:00
parent 683489687e
commit 7652117e3d
6 changed files with 13 additions and 12 deletions
@@ -2110,9 +2110,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
}
@TestMetadata("toString.kt")
public void testToString() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toString.kt");
@TestMetadata("toStringNoReflect.kt")
public void testToStringNoReflect() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt");
}
@TestMetadata("unboundReferences.kt")