summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/t8015-ffb.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t8015-ffb.check b/test/files/neg/t8015-ffb.check
index 90c8d045b4..9b2171ea47 100644
--- a/test/files/neg/t8015-ffb.check
+++ b/test/files/neg/t8015-ffb.check
@@ -1,5 +1,5 @@
t8015-ffb.scala:10: warning: side-effecting nullary methods are discouraged: suggest defining as `def w()` instead
- def w = { x
+ def w = { x\u000c() } // ^L is colored blue on this screen, hardly visible
^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found