From 4bf6e58f2ba12fcda88eb2be42dd26cae342d638 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Tue, 2 Feb 2021 20:37:47 +0300 Subject: [PATCH] [TD] Fix directive order in codegen testdata --- compiler/testData/codegen/boxInline/reified/kt35511.kt | 2 +- compiler/testData/codegen/boxInline/reified/kt35511_try.kt | 2 +- .../testData/codegen/boxInline/reified/kt35511_try_valueOf.kt | 2 +- .../testData/codegen/boxInline/reified/kt35511_try_values.kt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/testData/codegen/boxInline/reified/kt35511.kt b/compiler/testData/codegen/boxInline/reified/kt35511.kt index 05d1b04a348..e64db2af450 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511.kt @@ -1,6 +1,6 @@ // JVM_TARGET: 1.8 -// FILE: 1.kt // WITH_RUNTIME +// FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/kt35511_try.kt b/compiler/testData/codegen/boxInline/reified/kt35511_try.kt index cd22f34d66d..19369a4e017 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511_try.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511_try.kt @@ -1,6 +1,6 @@ // JVM_TARGET: 1.8 -// FILE: 1.kt // WITH_RUNTIME +// FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt b/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt index b1aa1a3cab1..896923e2b35 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt @@ -1,6 +1,6 @@ // JVM_TARGET: 1.8 -// FILE: 1.kt // WITH_RUNTIME +// FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt b/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt index 267282689c4..45aa1beacc0 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt @@ -1,6 +1,6 @@ // JVM_TARGET: 1.8 -// FILE: 1.kt // WITH_RUNTIME +// FILE: 1.kt package test