From 12cfba9ca966af1b371a89c72e8262f18677b86c Mon Sep 17 00:00:00 2001 From: Jinseong Jeon Date: Fri, 11 Dec 2020 10:43:47 -0800 Subject: [PATCH] FIR BB: remove stale test ignoring tags in old language versions Since bf06d381 (move old Java nullability assertion tests...), these tests aren't used by (Fir|Ir)BlackBoxCodegenTest anymore. --- .../incWithNullabilityAssertionOnExtensionReceiver_lv11.kt | 1 - .../nullabilityAssertionOnExtensionReceiver_lv11.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/compiler/testData/codegen/box/oldLanguageVersions/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiver_lv11.kt b/compiler/testData/codegen/box/oldLanguageVersions/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiver_lv11.kt index ecbfa827ac1..2b480ab26ea 100644 --- a/compiler/testData/codegen/box/oldLanguageVersions/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiver_lv11.kt +++ b/compiler/testData/codegen/box/oldLanguageVersions/javaInterop/notNullAssertions/incWithNullabilityAssertionOnExtensionReceiver_lv11.kt @@ -1,5 +1,4 @@ // !LANGUAGE: -NullabilityAssertionOnExtensionReceiver -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // FILE: test.kt // WITH_RUNTIME diff --git a/compiler/testData/codegen/box/oldLanguageVersions/javaInterop/notNullAssertions/nullabilityAssertionOnExtensionReceiver_lv11.kt b/compiler/testData/codegen/box/oldLanguageVersions/javaInterop/notNullAssertions/nullabilityAssertionOnExtensionReceiver_lv11.kt index c7359c86c38..8751d513e31 100644 --- a/compiler/testData/codegen/box/oldLanguageVersions/javaInterop/notNullAssertions/nullabilityAssertionOnExtensionReceiver_lv11.kt +++ b/compiler/testData/codegen/box/oldLanguageVersions/javaInterop/notNullAssertions/nullabilityAssertionOnExtensionReceiver_lv11.kt @@ -1,5 +1,4 @@ // !LANGUAGE: -NullabilityAssertionOnExtensionReceiver -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // WITH_RUNTIME // FILE: test.kt