Skip to content

Commit d21ca14

Browse files
author
Abduqodiri Qurbonzoda
committed
Remove obsolete :kotlinx-benchmark-plugin tests
They were replaced with :integration tests
1 parent 4a8bb28 commit d21ca14

File tree

2 files changed

+0
-83
lines changed

2 files changed

+0
-83
lines changed

plugin/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ dependencies {
8484
compileOnly group: 'org.jetbrains.kotlin.multiplatform', name: 'org.jetbrains.kotlin.multiplatform.gradle.plugin', version: kotlin_version
8585
compileOnly "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version"
8686
compileOnly "org.openjdk.jmh:jmh-generator-bytecode:$jmhVersion" // used in worker
87-
88-
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
89-
testImplementation gradleTestKit()
90-
91-
/*
92-
// This is needed for test to get it on classpath and run
93-
runtime "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
94-
runtime "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version"
95-
*/
9687
}
9788

9889
// configuration of classpath for plugin integration tests

plugin/test/src/kotlinx/benchmark/gradle/tests/ConfigurationTest.kt

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)