aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-07-14 17:32:33 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-07-14 17:32:33 +0200
commit843ec4f90b104281cea6fa4086b43cd98ef5f54e (patch)
tree86e28e6ec93a0a535f514d962beb25fcba0e1df4 /tests
parent18a034c784d2b89e953e657e3da7ed169ac703a7 (diff)
downloaddotty-843ec4f90b104281cea6fa4086b43cd98ef5f54e.tar.gz
dotty-843ec4f90b104281cea6fa4086b43cd98ef5f54e.tar.bz2
dotty-843ec4f90b104281cea6fa4086b43cd98ef5f54e.zip
Remove warning from .check file that is not emitted by Dotty
Diffstat (limited to 'tests')
-rw-r--r--tests/run/exceptions-2.check3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/run/exceptions-2.check b/tests/run/exceptions-2.check
index 4f8244800..9a3044cd4 100644
--- a/tests/run/exceptions-2.check
+++ b/tests/run/exceptions-2.check
@@ -1,6 +1,3 @@
-exceptions-2.scala:267: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
- try { 1 } catch { case e: java.io.IOException => () }
- ^
nested1:
Innermost finally
Outermost finally