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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user