Use K2/PSI in lookup tracker tests, fix test data in accordance with 2.0
#KT-60736 Submitted
This commit is contained in:
committed by
Space Team
parent
f1a297279d
commit
ab2053df4b
+2
@@ -80,6 +80,7 @@ abstract class AbstractJvmLookupTrackerTest : AbstractLookupTrackerTest() {
|
||||
disableDefaultScriptingPlugin = true
|
||||
buildFile = moduleFile.canonicalPath
|
||||
reportOutputFiles = true
|
||||
useFirLT = false
|
||||
}
|
||||
val argsArray = ArgumentUtils.convertArgumentsToStringList(args).toTypedArray()
|
||||
|
||||
@@ -166,6 +167,7 @@ abstract class AbstractJsLookupTrackerTest : AbstractLookupTrackerTest() {
|
||||
reportOutputFiles = true
|
||||
freeArgs = filesToCompile.map { it.canonicalPath }
|
||||
forceDeprecatedLegacyCompilerUsage = true
|
||||
useFirLT = false
|
||||
}
|
||||
configureAdditionalArgs(args)
|
||||
return runJSCompiler(args, env)
|
||||
|
||||
Reference in New Issue
Block a user