summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-11-11 17:57:11 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-11-11 17:57:11 -0800
commitf1b6f08958a3fc57d9c99c4eb49fe19261fc5643 (patch)
treef7dcca646523deadd55185cf6228514e84e9573e /core
parent86244aef21915c18aa1de5e8ecd8c073e9c827a8 (diff)
downloadmill-f1b6f08958a3fc57d9c99c4eb49fe19261fc5643.tar.gz
mill-f1b6f08958a3fc57d9c99c4eb49fe19261fc5643.tar.bz2
mill-f1b6f08958a3fc57d9c99c4eb49fe19261fc5643.zip
.
Diffstat (limited to 'core')
-rw-r--r--core/src/test/scala/mill/EvaluationTests.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/src/test/scala/mill/EvaluationTests.scala b/core/src/test/scala/mill/EvaluationTests.scala
index c39c9a50..9834bb12 100644
--- a/core/src/test/scala/mill/EvaluationTests.scala
+++ b/core/src/test/scala/mill/EvaluationTests.scala
@@ -167,9 +167,7 @@ object EvaluationTests extends TestSuite{
assert(groupCount == 1)
}
'multiTerminalGroup - {
- // Make sure the following graph ends up as a single group, since although
- // `right` depends on `left`, both of them depend on the un-cached `task`
- // which would force them both to re-compute every time `task` changes
+ // Make sure the following graph ends up as a single group
//
// _ left
// /