aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t6253c.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t6253c.scala')
-rw-r--r--tests/pending/run/t6253c.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t6253c.scala b/tests/pending/run/t6253c.scala
index 71dfe1473..dcaa8ae3e 100644
--- a/tests/pending/run/t6253c.scala
+++ b/tests/pending/run/t6253c.scala
@@ -26,7 +26,7 @@ object Test extends App {
}
}
- def testDiff[T](sizes: Seq[Int], offsets: Seq[Double], keyType: String, mkKey: Int => T) {
+ def testDiff[T](sizes: Seq[Int], offsets: Seq[Double], keyType: String, mkKey: Int => T): Unit = {
for {
i <- sizes
o <- offsets