summaryrefslogtreecommitdiff
path: root/test/files/run/t8196.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t8196.check')
-rw-r--r--test/files/run/t8196.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t8196.check b/test/files/run/t8196.check
index d11dc27e68..8a07ebb6d7 100644
--- a/test/files/run/t8196.check
+++ b/test/files/run/t8196.check
@@ -1,4 +1,4 @@
-t8196.scala:26: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+t8196.scala:26: warning: a pure expression does nothing in statement position; multiline expressions might require enclosing parentheses
form2.g1 // comment this line in order to make the test pass
^
warning: there were two feature warnings; re-run with -feature for details