[Tests] Move functional task tests to unit tests package

KT-55530
This commit is contained in:
Pavel Kirpichenkov
2023-01-10 11:54:13 +02:00
committed by Space Team
parent 4dbb2b01fe
commit e40d64dfc0
2 changed files with 3 additions and 3 deletions
@@ -5,7 +5,7 @@
@file:Suppress("FunctionName")
package org.jetbrains.kotlin.gradle.regressionTests
package org.jetbrains.kotlin.gradle.unitTests
import org.jetbrains.kotlin.gradle.MultiplatformExtensionTest
import org.jetbrains.kotlin.gradle.plugin.mpp.DefaultCInteropSettings
@@ -1,11 +1,11 @@
/*
* Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@file:Suppress("FunctionName", "DuplicatedCode")
package org.jetbrains.kotlin.gradle.regressionTests
package org.jetbrains.kotlin.gradle.unitTests
import org.gradle.api.internal.project.ProjectInternal
import org.gradle.testfixtures.ProjectBuilder