summaryrefslogtreecommitdiff
path: root/test/files/run/t3935.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3935.scala')
-rw-r--r--test/files/run/t3935.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3935.scala b/test/files/run/t3935.scala
index c66b1b0599..fa1bbf8d3f 100644
--- a/test/files/run/t3935.scala
+++ b/test/files/run/t3935.scala
@@ -9,7 +9,7 @@ object Test {
try {
assert(q.front != null)
} catch {
- case _ =>
+ case _: Throwable =>
}
}
}