aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t3984.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-05-13 12:08:27 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-05-13 12:08:27 +0200
commit73a93505c432b410ae39fb3c4d6168b2e49832ce (patch)
tree53d45141a7b93682bea6430b0fb6ab28c3c3fad3 /tests/pending/run/t3984.scala
parent89bacb9c25a58454ff1878e67f7ea07ffc8c269f (diff)
downloaddotty-73a93505c432b410ae39fb3c4d6168b2e49832ce.tar.gz
dotty-73a93505c432b410ae39fb3c4d6168b2e49832ce.tar.bz2
dotty-73a93505c432b410ae39fb3c4d6168b2e49832ce.zip
Running rewrite tool on run tests.
Diffstat (limited to 'tests/pending/run/t3984.scala')
-rw-r--r--tests/pending/run/t3984.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pending/run/t3984.scala b/tests/pending/run/t3984.scala
index 0747b0ee2..15e50b10f 100644
--- a/tests/pending/run/t3984.scala
+++ b/tests/pending/run/t3984.scala
@@ -6,7 +6,7 @@ object SetBug {
override def hashCode: Int = h
}
- def run() {
+ def run(): Unit = {
var is = ImmutSet.empty[IH]
var ms = MutSet.empty[IH]
for (ih <- List(IH(2,0),IH(0,0),IH(4,4),IH(6,4),IH(-8,1520786080))) {
@@ -29,7 +29,7 @@ object MapBug {
override def hashCode: Int = h
}
- def run() {
+ def run(): Unit = {
var im = ImmutMap.empty[IH,IH]
var mm = MutMap.empty[IH,IH]
for (ih <- List(IH(2,0),IH(0,0),IH(4,4),IH(6,4),IH(-8,1520786080))) {