From 49755e0aaea7d3902d574b753949085d3821d7e4 Mon Sep 17 00:00:00 2001 From: Dmitriy Dolovov Date: Mon, 6 Dec 2021 19:08:14 +0300 Subject: [PATCH] [Native][tests] Fix: Location of OutputFilter test --- .../blackboxtest/{support => }/TestInfra_OutputFilterTest.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename native/native.tests/tests/org/jetbrains/kotlin/konan/blackboxtest/{support => }/TestInfra_OutputFilterTest.kt (96%) 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() {