[JS IR] Fix passing abiVersion to compiler in tet runner
This commit is contained in:
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
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user