summaryrefslogtreecommitdiff
path: root/core/src/test
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-01-14 04:25:56 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-14 04:47:18 -0800
commitde96a55c3267bb1508e77a6815007807e3fd73fb (patch)
tree6aea7c19e363975ce14396b4ed33998b458ff145 /core/src/test
parent478bf87d3f140eaf2671663b5b3c1758354ec856 (diff)
downloadmill-de96a55c3267bb1508e77a6815007807e3fd73fb.tar.gz
mill-de96a55c3267bb1508e77a6815007807e3fd73fb.tar.bz2
mill-de96a55c3267bb1508e77a6815007807e3fd73fb.zip
Some tweaks to get tests passing...
Diffstat (limited to 'core/src/test')
-rw-r--r--core/src/test/scala/mill/util/TestUtil.scala6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/src/test/scala/mill/util/TestUtil.scala b/core/src/test/scala/mill/util/TestUtil.scala
index 7a3644dd..c0985c97 100644
--- a/core/src/test/scala/mill/util/TestUtil.scala
+++ b/core/src/test/scala/mill/util/TestUtil.scala
@@ -11,8 +11,7 @@ object TestUtil {
class BaseModule(implicit millModuleEnclosing0: sourcecode.Enclosing,
millModuleLine0: sourcecode.Line,
millName0: sourcecode.Name,
- overrides: Overrides,
- cmds: Module.Cmds)
+ overrides: Overrides)
extends Module()(
mill.define.Ctx.make(
implicitly,
@@ -21,8 +20,7 @@ object TestUtil {
BasePath(ammonite.ops.pwd / millModuleEnclosing0.value),
Segments(),
implicitly
- ),
- cmds
+ )
)
object test{