[JPS-TESTS] Update incremental compilation test for 1.4

Bug fix `NoConstantValueAttributeForNonConstVals` removes constant attribute from non-constant properties.
Code using such properties does not have to be recompiled, since its value is no longer inlined.
This commit is contained in:
Pavel Kirpichenkov
2020-02-18 14:29:27 +03:00
parent f9f715c31e
commit 6ed1cc5cd8
2 changed files with 2 additions and 18 deletions

View File

@@ -9,12 +9,4 @@ Compiling files:
src/const.kt
End of files
Exit code: OK
------------------------------------------
Cleaning output files:
out/production/module/Usage.class
End of files
Exit code: NOTHING_DONE
------------------------------------------
Compiling files:
src/Usage.java
End of files
------------------------------------------

View File

@@ -9,12 +9,4 @@ Compiling files:
src/const.kt
End of files
Exit code: OK
------------------------------------------
Cleaning output files:
out/production/module/Usage.class
End of files
Exit code: NOTHING_DONE
------------------------------------------
Compiling files:
src/Usage.java
End of files
------------------------------------------