summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sc b/build.sc
index a44857d1..e69c975d 100755
--- a/build.sc
+++ b/build.sc
@@ -39,8 +39,8 @@ object Build{
def test() = T.command{
TestRunner.apply(
"mill.UTestFramework",
- runDepClasspath().map(_.path) :+ compiled().path,
- Seq(compiled().path)
+ runDepClasspath().map(_.path) :+ compile().path,
+ Seq(compile().path)
)
}
}