aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dotc/build.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dotc/build.scala b/test/dotc/build.scala
index 2963b8f1e..a805af7e5 100644
--- a/test/dotc/build.scala
+++ b/test/dotc/build.scala
@@ -26,6 +26,5 @@ object build extends tests {
dotty // build output dir
val p = Runtime.getRuntime.exec(Array("jar", "cf", "dotty.jar", "-C", "out", "."))
p.waitFor()
- p
}
}