Generate source maps in JS IC tests

#KT-21700 fixed
This commit is contained in:
Alexey Tsvetkov
2017-12-12 15:02:20 +03:00
parent 0fee7883ed
commit 5b646ba4fa
@@ -37,5 +37,6 @@ abstract class AbstractIncrementalJsCompilerRunnerTest : AbstractIncrementalComp
override fun createCompilerArguments(destinationDir: File, testDir: File): K2JSCompilerArguments =
K2JSCompilerArguments().apply {
outputFile = File(destinationDir, "${testDir.name}.js").path
sourceMap = true
}
}