summaryrefslogtreecommitdiff
path: root/test/files/run/unreachable.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/unreachable.scala')
-rw-r--r--test/files/run/unreachable.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/unreachable.scala b/test/files/run/unreachable.scala
index 99ac730746..bb907c92bf 100644
--- a/test/files/run/unreachable.scala
+++ b/test/files/run/unreachable.scala
@@ -66,7 +66,7 @@ object Test extends App {
return 42
} catch {
case x: Throwable => return 2
- }
+ }
return 3
}
@@ -75,7 +75,7 @@ object Test extends App {
error("haha")
} catch {
case x: Throwable => return 42
- }
+ }
return 3
}