KJS: fix wrongAbiVersion test after abi version was increased. Make it less fragile with the hack for JS tests.

This commit is contained in:
Zalim Bashorov
2016-10-19 21:02:07 +03:00
parent f22a507e39
commit bdecb661e3
3 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
error: file 'compiler/testData/cli/js/wrongAbiVersionLib/wrongAbiLib.meta.js' was compiled with an incompatible version of Kotlin. Its ABI version is 0, expected ABI version is 4
error: file 'compiler/testData/cli/js/wrongAbiVersionLib/wrongAbiLib.meta.js' was compiled with an incompatible version of Kotlin. Its ABI version is 0, expected version is $ABI_VERSION$
COMPILATION_ERROR