summaryrefslogtreecommitdiff
path: root/test/files/pos/exceptions.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/exceptions.scala')
-rw-r--r--test/files/pos/exceptions.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/exceptions.scala b/test/files/pos/exceptions.scala
index dc7f730f0d..4c7ffa35c8 100644
--- a/test/files/pos/exceptions.scala
+++ b/test/files/pos/exceptions.scala
@@ -4,7 +4,7 @@ module test {
//def error[a](x: String):a = new java.lang.RuntimeException(x) throw;
- def main(): Unit {
+ def main(): Unit = {
try {
try {
error("hi!");