From 658e1928cc85fde147b08c6ecbc0c2741d8eda8e Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Mon, 12 May 2014 16:15:35 +0200 Subject: [PATCH] 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. --- sbt/src/sbt-test/compiler-project/inc-ant-style/test | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sbt/src/sbt-test/compiler-project/inc-ant-style/test b/sbt/src/sbt-test/compiler-project/inc-ant-style/test index 72f5dba3f..f6d94fc14 100644 --- a/sbt/src/sbt-test/compiler-project/inc-ant-style/test +++ b/sbt/src/sbt-test/compiler-project/inc-ant-style/test @@ -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