[cli-repl] Error render and XML-interop with IDE console
This commit is contained in:
committed by
Pavel V. Talanov
parent
a11f411f7d
commit
cb1756f5fa
@@ -83,7 +83,7 @@ public abstract class AbstractReplInterpreterTest : UsefulTestCase() {
|
||||
|
||||
protected fun doTest(path: String) {
|
||||
val configuration = JetTestUtils.compilerConfigurationForTests(ConfigurationKind.ALL, TestJdkKind.MOCK_JDK)
|
||||
val repl = ReplInterpreter(getTestRootDisposable()!!, configuration)
|
||||
val repl = ReplInterpreter(getTestRootDisposable()!!, configuration, false)
|
||||
|
||||
for ((code, expected) in loadLines(File(path))) {
|
||||
val lineResult = repl.eval(code)
|
||||
|
||||
Reference in New Issue
Block a user