Files
kotlin/compiler/testData/cli/js/wrongAbiVersion.args
Alexander Udalov 464820458e JS: rename "-library-files" argument to "-libraries" and change separator
Use the system separator (':' or ';') instead of commas

 #KT-16083 Fixed
2017-01-31 16:26:35 +03:00

7 lines
130 B
Plaintext
Vendored

$TESTDATA_DIR$/simple2js.kt
-no-stdlib
-libraries
$TESTDATA_DIR$/wrongAbiVersionLib/wrongAbiLib.meta.js
-output
$TEMP_DIR$/out.js