aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNicolas Stucki <nicolas.stucki@gmail.com>2016-08-26 14:27:23 +0200
committerNicolas Stucki <nicolas.stucki@gmail.com>2016-08-26 14:43:30 +0200
commit94bc07d5f981ef51f5da3a3a444e361ebbaa93a3 (patch)
tree0fa56f4f62f5961278282799b5fa01c2de74d1d6 /test
parent94ac9e7f2cda9bd371d3017373961a11cad76f47 (diff)
downloaddotty-94bc07d5f981ef51f5da3a3a444e361ebbaa93a3.tar.gz
dotty-94bc07d5f981ef51f5da3a3a444e361ebbaa93a3.tar.bz2
dotty-94bc07d5f981ef51f5da3a3a444e361ebbaa93a3.zip
Fix a couple of warnings.
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
}
}