summaryrefslogtreecommitdiff
path: root/test/files/neg/t8015-ffb.check
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-12-18 01:26:34 -0800
committerSom Snytt <som.snytt@gmail.com>2014-01-08 07:43:42 -0800
commit8be560a1cf6306ea4ed2596f3b6631c2e44d8213 (patch)
treeb7e1801122eea25e69c6d552f49cd69706a3510f /test/files/neg/t8015-ffb.check
parentbb2e99a69201060b88dd25602def42f31ba9ab65 (diff)
downloadscala-8be560a1cf6306ea4ed2596f3b6631c2e44d8213.tar.gz
scala-8be560a1cf6306ea4ed2596f3b6631c2e44d8213.tar.bz2
scala-8be560a1cf6306ea4ed2596f3b6631c2e44d8213.zip
SI-8015 Unprintables in messages
The line content to display should include the whole line, inclusive of embedded line breaks, and any control chars should be displayed in unicode escape.
Diffstat (limited to 'test/files/neg/t8015-ffb.check')
-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