Generate meta info in JS IC tests
This commit is contained in:
+1
@@ -38,5 +38,6 @@ abstract class AbstractIncrementalJsCompilerRunnerTest : AbstractIncrementalComp
|
|||||||
K2JSCompilerArguments().apply {
|
K2JSCompilerArguments().apply {
|
||||||
outputFile = File(destinationDir, "${testDir.name}.js").path
|
outputFile = File(destinationDir, "${testDir.name}.js").path
|
||||||
sourceMap = true
|
sourceMap = true
|
||||||
|
metaInfo = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user