summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/trycatch1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/continuations-run/trycatch1.scala')
-rw-r--r--test/files/continuations-run/trycatch1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/continuations-run/trycatch1.scala b/test/files/continuations-run/trycatch1.scala
index b00a87d059..2a8db72a8b 100644
--- a/test/files/continuations-run/trycatch1.scala
+++ b/test/files/continuations-run/trycatch1.scala
@@ -5,7 +5,7 @@ import scala.util.continuations._
object Test {
def fatal: Int = throw new Exception()
-
+
def foo1 = try {
fatal
shift((k: Int=>Int) => k(7))