summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/exceptions.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/pos/exceptions.scala b/test/files/pos/exceptions.scala
index 2ba15efb4a..819368244d 100644
--- a/test/files/pos/exceptions.scala
+++ b/test/files/pos/exceptions.scala
@@ -17,5 +17,4 @@ object Test {
case ex => System.out.println(ex);
}
}
-
}