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