Minor, ignore test on adapted function references for Android
This commit is contained in:
+3
-3
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user