aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t2526.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t2526.scala')
-rw-r--r--tests/pending/run/t2526.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t2526.scala b/tests/pending/run/t2526.scala
index 53f305913..4d567bbbf 100644
--- a/tests/pending/run/t2526.scala
+++ b/tests/pending/run/t2526.scala
@@ -5,7 +5,7 @@
object Test {
import collection._
- def main(args: Array[String]) {
+ def main(args: Array[String]): Unit = {
val m = new mutable.HashMap[String, String]
/* Use non hash-based structure for verification */