[JS IR] Fix passing abiVersion to compiler in tet runner

This commit is contained in:
Roman Artemev
2021-10-05 10:35:10 +03:00
committed by TeamCityServer
parent 1d39b37c90
commit 8f8c59e748
@@ -249,7 +249,8 @@ abstract class BasicIrBoxTest(
irFactory = IrFactoryImpl,
outputKlibPath = klibPath,
nopack = true,
jsOutputName = null
jsOutputName = null,
abiVersion = abiVersion
)
}