Update comments in `inc-ant-style` scripted test.

I forgot to update comments after copy&pasting the test. The updated
comments describe what's being tested related to Ant mode.
This commit is contained in:
Grzegorz Kossakowski 2014-05-12 16:15:35 +02:00
parent 2ec6f5c589
commit 658e1928cc
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
# introduces first compile iteration
> compile
# this change is local to method and does not change api so introduces
# only one additional compile iteration
# remove A.foo method
$ copy-file changes/A1.scala src/main/scala/A.scala
# second iteration
# recompiles just A.scala in Ant mode so it introduces one more iteration
> compile
# check if there are only two compile iterations performed
> check-compilations