summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/while0.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/continuations-run/while0.scala')
-rw-r--r--test/files/continuations-run/while0.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/continuations-run/while0.scala b/test/files/continuations-run/while0.scala
index 46005a4a77..542408fb24 100644
--- a/test/files/continuations-run/while0.scala
+++ b/test/files/continuations-run/while0.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
+}