File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
scala/integration/gradle/test/org/jetbrains/plugins/scala/project/gradle Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import com.intellij.openapi.externalSystem.model.project.ProjectData
44import com .intellij .openapi .externalSystem .model .{DataNode , Key }
55import com .intellij .openapi .module .ModuleManager
66import com .intellij .openapi .project .Project
7- import com .intellij .util .system .OS
87import org .jetbrains .plugins .gradle .model .data .{ScalaCompileOptionsData , ScalaModelData }
98import org .jetbrains .plugins .gradle .util .GradleConstants
109import org .jetbrains .plugins .scala .compiler .data .DebuggingInfoLevel
@@ -260,7 +259,7 @@ class ScalaGradleDataServiceTest extends ProjectDataServiceTestCase {
260259 ScalaCompilerConfiguration .instanceIn(getProject).getSettingsForModule(module)
261260 }
262261
263- // assertCollectionEquals(Seq(scalacPluginPath.toString), compilerConfiguration.plugins)
262+ assertCollectionEquals(Seq (ScalacPlugin .fromClasspath( scalacPluginPath.toString) ), compilerConfiguration.plugins)
264263 }
265264
266265 def testModuleIsNull (): Unit = {
You can’t perform that action at this time.
0 commit comments