Add JS specific IC build log in test

JS IC compares proto using a source file path as a key,
so moving file causes recompilation of its usages
unlike JVM IC that uses a class file path as a key.
This commit is contained in:
Alexey Tsvetkov
2017-12-12 22:38:21 +03:00
parent 7712044146
commit ff2e3ecfc4
@@ -0,0 +1,8 @@
================ Step #1 =================
Compiling files:
src/bar/a.kt
src/useClass.kt
src/useFun.kt
End of files
Exit code: OK