aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/future-flatmap-exec-count.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/future-flatmap-exec-count.scala')
-rw-r--r--tests/pending/run/future-flatmap-exec-count.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/future-flatmap-exec-count.scala b/tests/pending/run/future-flatmap-exec-count.scala
index 86c37be93..849beb6b1 100644
--- a/tests/pending/run/future-flatmap-exec-count.scala
+++ b/tests/pending/run/future-flatmap-exec-count.scala
@@ -2,7 +2,7 @@ import scala.concurrent._
import java.util.concurrent.atomic.AtomicInteger
object Test {
- def main(args: Array[String]) {
+ def main(args: Array[String]): Unit = {
test()
}