Properly process special symbols during indy-with-constants concatenation
#KT-47320 Fixed
This commit is contained in:
+1
@@ -92,5 +92,6 @@ internal fun runJvmInstance(
|
||||
|
||||
val process = ProcessBuilder(*command).inheritIO().start()
|
||||
process.waitFor(1, TimeUnit.MINUTES)
|
||||
process.outputStream.flush()
|
||||
AbstractBlackBoxCodegenTest.assertEquals(0, process.exitValue())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user