summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/while2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/continuations-run/while2.scala')
-rw-r--r--test/files/continuations-run/while2.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/continuations-run/while2.scala b/test/files/continuations-run/while2.scala
index 63f9cb99fe..f4991dea61 100644
--- a/test/files/continuations-run/while2.scala
+++ b/test/files/continuations-run/while2.scala
@@ -16,8 +16,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
+}