Generate meta info in JS IC tests

This commit is contained in:
Alexey Tsvetkov
2017-12-15 02:35:16 +03:00
parent 1d87aaf3d6
commit d95abf2234
@@ -38,5 +38,6 @@ abstract class AbstractIncrementalJsCompilerRunnerTest : AbstractIncrementalComp
K2JSCompilerArguments().apply {
outputFile = File(destinationDir, "${testDir.name}.js").path
sourceMap = true
metaInfo = true
}
}