diff --git a/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt b/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt index ada4c892a50..972805b77f2 100644 --- a/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt +++ b/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt @@ -1,5 +1,5 @@ -// MODULE: lib // WITH_RUNTIME +// MODULE: lib // FILE: lib.kt import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides1.kt b/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides1.kt index 6317714f618..b81fc0acfbd 100644 --- a/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides1.kt +++ b/compiler/testData/codegen/box/fakeOverride/privateFakeOverrides1.kt @@ -1,5 +1,5 @@ -// MODULE: lib // WITH_RUNTIME +// MODULE: lib // FILE: lib.kt import kotlin.test.assertEquals diff --git a/compiler/testData/codegen/box/inlineClasses/privateConstructorFunInterfaceMultiModule.kt b/compiler/testData/codegen/box/inlineClasses/privateConstructorFunInterfaceMultiModule.kt index c8f15900f3b..38ee36e4782 100644 --- a/compiler/testData/codegen/box/inlineClasses/privateConstructorFunInterfaceMultiModule.kt +++ b/compiler/testData/codegen/box/inlineClasses/privateConstructorFunInterfaceMultiModule.kt @@ -1,5 +1,5 @@ -// MODULE: lib // WITH_RUNTIME +// MODULE: lib // FILE: lib.kt @Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE") diff --git a/js/js.translator/testData/box/incremental/coroutines.kt b/js/js.translator/testData/box/incremental/coroutines.kt index e9373c3779f..f0862042aa0 100644 --- a/js/js.translator/testData/box/incremental/coroutines.kt +++ b/js/js.translator/testData/box/incremental/coroutines.kt @@ -1,7 +1,7 @@ // EXPECTED_REACHABLE_NODES: 1302 // SKIP_IR_INCREMENTAL_CHECKS -// FILE: a.kt // WITH_RUNTIME +// FILE: a.kt import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/js/js.translator/testData/box/incremental/inlineSuspendFun.kt b/js/js.translator/testData/box/incremental/inlineSuspendFun.kt index 2d06b9d9d39..29fa1bdc254 100644 --- a/js/js.translator/testData/box/incremental/inlineSuspendFun.kt +++ b/js/js.translator/testData/box/incremental/inlineSuspendFun.kt @@ -1,7 +1,7 @@ // EXPECTED_REACHABLE_NODES: 1295 // SKIP_IR_INCREMENTAL_CHECKS -// FILE: a.kt // WITH_RUNTIME +// FILE: a.kt import kotlin.coroutines.* import kotlin.coroutines.intrinsics.*