summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJvmJpsTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJvmJpsTest.kt')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJvmJpsTest.kt16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJvmJpsTest.kt b/plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJvmJpsTest.kt
deleted file mode 100644
index c5b2a92ae5b5..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJvmJpsTest.kt
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
-
-package org.jetbrains.kotlin.jps.build
-
-import org.jetbrains.kotlin.cli.common.arguments.K2JVMCompilerArguments
-import org.jetbrains.kotlin.jps.model.k2JvmCompilerArguments
-
-abstract class AbstractIncrementalJvmJpsTest(
- allowNoFilesWithSuffixInTestData: Boolean = false
-) : AbstractIncrementalJpsTest(allowNoFilesWithSuffixInTestData = allowNoFilesWithSuffixInTestData) {
- override fun overrideModuleSettings() {
- myProject.k2JvmCompilerArguments = K2JVMCompilerArguments().also {
- it.disableDefaultScriptingPlugin = true
- }
- }
-} \ No newline at end of file