summaryrefslogtreecommitdiff
path: root/test/files/run/exceptions-2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/exceptions-2.check')
-rw-r--r--test/files/run/exceptions-2.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/exceptions-2.check b/test/files/run/exceptions-2.check
index 4f8244800a..5cf5e71f41 100644
--- a/test/files/run/exceptions-2.check
+++ b/test/files/run/exceptions-2.check
@@ -1,4 +1,4 @@
-exceptions-2.scala:267: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+exceptions-2.scala:267: warning: a pure expression does nothing in statement position
try { 1 } catch { case e: java.io.IOException => () }
^
nested1: