diff --git a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/TestInfra_OutputFilterTest.kt b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/TestInfra_OutputFilterTest.kt similarity index 96% rename from native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/TestInfra_OutputFilterTest.kt rename to native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/TestInfra_OutputFilterTest.kt index e9668be37ec..eccc5cc6442 100644 --- a/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/support/TestInfra_OutputFilterTest.kt +++ b/native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/TestInfra_OutputFilterTest.kt @@ -3,14 +3,17 @@ * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ -package org.jetbrains.kotlin.konan.blackboxtest.support +package org.jetbrains.kotlin.konan.blackboxtest +import org.jetbrains.kotlin.konan.blackboxtest.support.TestName import org.jetbrains.kotlin.konan.blackboxtest.support.util.TestOutputFilter import org.jetbrains.kotlin.konan.blackboxtest.support.util.TCTestOutputFilter import org.junit.jupiter.api.Assertions.* +import org.junit.jupiter.api.Tag import org.junit.jupiter.api.Test @Suppress("ClassName") +@Tag("infrastructure") class TestInfra_OutputFilterTest { @Test fun noFiltering() {