summaryrefslogtreecommitdiff
path: root/test/files/run/t4542.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-12 06:40:54 -0800
committerPaul Phillips <paulp@improving.org>2012-02-12 08:37:03 -0800
commit5133a89556b5194dc53e396168eab73ab7d52e9c (patch)
tree3be8e90744db1713d036b94a091c76123c85b543 /test/files/run/t4542.check
parent0de6e8a7a72a52e78ab7ef158dbc1f3fd3e9eae6 (diff)
downloadscala-5133a89556b5194dc53e396168eab73ab7d52e9c.tar.gz
scala-5133a89556b5194dc53e396168eab73ab7d52e9c.tar.bz2
scala-5133a89556b5194dc53e396168eab73ab7d52e9c.zip
Fix for overly suppressive repl.
At some point in the past, trying to prevent deprection warnings from being issue in triplicate in the repl, I suppressed too much output, leading to a class of breakdowns where the failure would be swallowed completely. This went on for far too long. The deprecation warnings are back in triplicate for the moment, but the repl should now be less "strong, silent type" and more emo.
Diffstat (limited to 'test/files/run/t4542.check')
-rw-r--r--test/files/run/t4542.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t4542.check b/test/files/run/t4542.check
index cd7a2905e2..a0600ba859 100644
--- a/test/files/run/t4542.check
+++ b/test/files/run/t4542.check
@@ -15,6 +15,9 @@ scala> val f = new Foo
<console>:8: warning: class Foo is deprecated: foooo
val f = new Foo
^
+<console>:5: warning: class Foo is deprecated: foooo
+ lazy val $result = `f`
+ ^
f: Foo = Bippy
scala>