Replace JS metadata version with '$ABI_VERSION$' in tests

Similarly to the JVM metadata version, this is done in order to avoid
changing any test data when the version is increased
This commit is contained in:
Alexander Udalov
2017-03-20 11:24:45 +03:00
parent e6f6b0dad5
commit 87ff70ee0f
4 changed files with 14 additions and 18 deletions
@@ -1,2 +1,2 @@
error: file '$TMP_DIR$/library.meta.js' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 42.0.0, expected version is 1.0.0
COMPILATION_ERROR
error: file '$TMP_DIR$/library.meta.js' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 42.0.0, expected version is $ABI_VERSION$
COMPILATION_ERROR