Minor: update testdata

This commit is contained in:
Zalim Bashorov
2016-04-08 13:43:44 +03:00
parent f5ca949f2c
commit 441a442f34
60 changed files with 227 additions and 3 deletions
@@ -1,5 +1,6 @@
================ Step #1 =================
Building module1
Cleaning output files:
out/production/module1/foo/A.class
End of files
@@ -14,6 +15,7 @@ Exit code: ADDITIONAL_PASS_REQUIRED
------------------------------------------
Exit code: NOTHING_DONE
------------------------------------------
Building module2
Cleaning output files:
out/production/module2/foo/AChild.class
End of files
@@ -30,6 +32,7 @@ Cannot access 'A': it is 'private' in file
================ Step #2 =================
Building module1
Cleaning output files:
out/production/module1/foo/A.class
End of files
@@ -44,12 +47,14 @@ Exit code: ADDITIONAL_PASS_REQUIRED
------------------------------------------
Exit code: NOTHING_DONE
------------------------------------------
Building module2
Compiling files:
module2/src/AChild.kt
module2/src/importA.kt
End of files
Exit code: OK
------------------------------------------
Building module3
Compiling files:
module3/src/importAChild.kt
End of files