Fix compilation in KDoc tests
This commit is contained in:
@@ -33,7 +33,7 @@ class PsiUtilsTest {
|
||||
|
||||
val configuration = CompilerConfiguration()
|
||||
configuration.add(JVMConfigurationKeys.CLASSPATH_KEY, PathUtil.findRtJar())
|
||||
environment = JetCoreEnvironment(rootDisposable, configuration)
|
||||
environment = JetCoreEnvironment.createForTests(rootDisposable, configuration)
|
||||
}
|
||||
|
||||
[After]
|
||||
|
||||
Reference in New Issue
Block a user