summaryrefslogtreecommitdiff
path: root/test/files/run/t1505.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1505.scala')
-rw-r--r--test/files/run/t1505.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1505.scala b/test/files/run/t1505.scala
index d7feb30ce3..4afbb99ef7 100644
--- a/test/files/run/t1505.scala
+++ b/test/files/run/t1505.scala
@@ -18,5 +18,5 @@ object Test extends App {
var failed = false
try { Q.withName("x") } catch { case _: NoSuchElementException => failed = true }
assert(failed)
-
+
}