summaryrefslogtreecommitdiff
path: root/core/src/test
diff options
context:
space:
mode:
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{