KJS: fix wrongAbiVersion test after abi version was increased. Make it less fragile with the hack for JS tests.
This commit is contained in:
@@ -144,7 +144,7 @@ public class LibrarySourcesConfig extends JsConfig {
|
||||
if (!metadata.isAbiVersionCompatible()) {
|
||||
report.invoke("File '" + path + "' was compiled with an incompatible version of Kotlin. " +
|
||||
"Its ABI version is " + metadata.getAbiVersion() +
|
||||
", expected ABI version is " + KotlinJavascriptMetadataUtils.ABI_VERSION);
|
||||
", expected version is " + KotlinJavascriptMetadataUtils.ABI_VERSION);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user