summaryrefslogtreecommitdiff
path: root/test/files/run/contrib674.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/contrib674.check')
-rw-r--r--test/files/run/contrib674.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/run/contrib674.check b/test/files/run/contrib674.check
index 78325c1810..98c72f34dd 100644
--- a/test/files/run/contrib674.check
+++ b/test/files/run/contrib674.check
@@ -1,3 +1,6 @@
-contrib674.scala:15: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+contrib674.scala:15: warning: a pure expression does nothing in statement position
+ 1
+ ^
+contrib674.scala:15: warning: multiline expressions might require enclosing parentheses; a value can be silently discarded when Unit is expected
1
^