File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
src/org/intellij/terraform/runtime
test/org/intellij/terraform/runtime Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import com.intellij.openapi.progress.ProcessCanceledException
2121import com.intellij.openapi.project.DumbAware
2222import com.intellij.openapi.project.Project
2323import com.intellij.openapi.util.InvalidDataException
24- import com.intellij.openapi.util.Key
2524import com.intellij.openapi.util.WriteExternalException
2625import com.intellij.platform.ide.progress.runWithModalProgressBlocking
2726import com.intellij.util.text.findTextRange
@@ -154,8 +153,6 @@ internal abstract class TfToolsRunConfigurationBase(
154153 }
155154}
156155
157- internal val TF_RUN_MOCK : Key <Boolean > = Key .create(" TF_RUN_MOCK" )
158-
159156internal class TfToolCommandLineState (
160157 private val project : Project ,
161158 private val configParams : TfToolsRunConfigurationBase ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import com.intellij.execution.lineMarker.RunLineMarkerContributor.Info
77import com.intellij.icons.AllIcons
88import com.intellij.openapi.actionSystem.AnAction
99import com.intellij.openapi.vfs.toNioPathOrNull
10- import com.intellij.testFramework.TestModeFlags
1110import com.intellij.ui.IconManager
1211import javax.swing.Icon
1312
@@ -16,11 +15,6 @@ internal class TfRunLineMarkerContributorTest : TfBaseRunConfigurationTest() {
1615 private val warnedRunIcon: Icon =
1716 IconManager .getInstance().createLayered(AllIcons .RunConfigurations .TestState .Run , AllIcons .Nodes .WarningMark )
1817
19- override fun setUp () {
20- super .setUp()
21- TestModeFlags .set(TF_RUN_MOCK , true , testRootDisposable)
22- }
23-
2418 fun testSimpleLineMarker () {
2519 val info = assertRunLineMarkerIcon(" simple.tf" )
2620 runActionsAndCheckNames(info?.actions)
You can’t perform that action at this time.
0 commit comments