summaryrefslogtreecommitdiff
path: root/test/files/run/delay-bad.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/delay-bad.check')
-rw-r--r--test/files/run/delay-bad.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/delay-bad.check b/test/files/run/delay-bad.check
index 2ae88267c5..5d8c5fa1d4 100644
--- a/test/files/run/delay-bad.check
+++ b/test/files/run/delay-bad.check
@@ -4,6 +4,7 @@ delay-bad.scala:53: warning: a pure expression does nothing in statement positio
delay-bad.scala:73: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
f(new { val x = 5 } with E() { 5 })
^
+warning: there were 1 deprecation warning(s); re-run with -deprecation for details
// new C { }