summaryrefslogtreecommitdiff
path: root/main/test/src/mill/UTestFramework.scala
diff options
context:
space:
mode:
Diffstat (limited to 'main/test/src/mill/UTestFramework.scala')
-rw-r--r--main/test/src/mill/UTestFramework.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/test/src/mill/UTestFramework.scala b/main/test/src/mill/UTestFramework.scala
index 6c0d5191..c234151b 100644
--- a/main/test/src/mill/UTestFramework.scala
+++ b/main/test/src/mill/UTestFramework.scala
@@ -5,7 +5,7 @@ class UTestFramework extends utest.runner.Framework {
s.getClassName.startsWith("mill.")
}
override def setup() = {
- import ammonite.ops._
- rm(pwd / 'target / 'workspace)
+
+ os.remove.all(os.pwd / 'target / 'workspace)
}
}