From 27ddc31f15fe9beaa81e4f562eef334b97e389be Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 21 Apr 2021 10:50:57 +0200 Subject: [PATCH] Ignore codegen test using streams on Android --- compiler/testData/codegen/boxInline/anonymousObject/kt41174.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt41174.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt41174.kt index a96587656de..cb6dea79525 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt41174.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt41174.kt @@ -1,4 +1,5 @@ // TARGET_BACKEND: JVM +// IGNORE_BACKEND: ANDROID // WITH_RUNTIME // FULL_JDK // FILE: 1.kt