summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/match1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/continuations-run/match1.scala')
-rw-r--r--test/files/continuations-run/match1.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/continuations-run/match1.scala b/test/files/continuations-run/match1.scala
index 20671f26ba..62d639ee72 100644
--- a/test/files/continuations-run/match1.scala
+++ b/test/files/continuations-run/match1.scala
@@ -10,9 +10,9 @@ object Test {
case _ => x
}
- def main(args: Array[String]): Any = {
+ def main(args: Array[String]): Unit = {
println(reset(1 + test(7)))
println(reset(1 + test(8)))
}
-} \ No newline at end of file
+}