mirror of https://github.com/sbt/sbt.git
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:
parent
2ec6f5c589
commit
658e1928cc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue