summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/function6.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-05-26 05:35:36 -0700
committerPaul Phillips <paulp@improving.org>2013-05-26 05:35:36 -0700
commit970c245a3e96cb52167428bef80d7e772876bd12 (patch)
tree88dcc988c63ee88c27a8c392939500697d629826 /test/files/continuations-run/function6.scala
parent3df072e668b4a3011e990dd2e63a99ebd5189af5 (diff)
parente037c9a3c12e21104a5aaf15d2bf27779cc3fd12 (diff)
downloadscala-970c245a3e96cb52167428bef80d7e772876bd12.tar.gz
scala-970c245a3e96cb52167428bef80d7e772876bd12.tar.bz2
scala-970c245a3e96cb52167428bef80d7e772876bd12.zip
Merge pull request #2591 from som-snytt/topic/partest-inches
SI-7003 Partest redirects stderr to log file
Diffstat (limited to 'test/files/continuations-run/function6.scala')
-rw-r--r--test/files/continuations-run/function6.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/continuations-run/function6.scala b/test/files/continuations-run/function6.scala
index 54a6ffcc93..6b4c5adc41 100644
--- a/test/files/continuations-run/function6.scala
+++ b/test/files/continuations-run/function6.scala
@@ -5,7 +5,7 @@ import scala.util.continuations._
object Test {
- def main(args: Array[String]): Any = {
+ def main(args: Array[String]): Unit = {
val g: PartialFunction[Int, Int @cps[Int]] = { case x => 7 }
@@ -13,4 +13,4 @@ object Test {
}
-} \ No newline at end of file
+}