summaryrefslogtreecommitdiff
path: root/test/files/run/try.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/try.check')
-rw-r--r--test/files/run/try.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/try.check b/test/files/run/try.check
index f742ccb0df..d9521c2362 100644
--- a/test/files/run/try.check
+++ b/test/files/run/try.check
@@ -1,4 +1,4 @@
-try.scala:65: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+try.scala:65: warning: a pure expression does nothing in statement position; multiline expressions might require enclosing parentheses
1+1;
^
1 + 1 = 2