summaryrefslogtreecommitdiff
path: root/test/files/neg/t6567.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6567.check')
-rw-r--r--test/files/neg/t6567.check3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/neg/t6567.check b/test/files/neg/t6567.check
index a733d75354..f42f157371 100644
--- a/test/files/neg/t6567.check
+++ b/test/files/neg/t6567.check
@@ -4,6 +4,7 @@ t6567.scala:8: warning: Suspicious application of an implicit view (Test.this.a2
t6567.scala:10: warning: Suspicious application of an implicit view (Test.this.a2b) in the argument to Option.apply.
val b: Option[B] = Option(a)
^
+warning: there was one feature warning; re-run with -feature for details
error: No warnings can be incurred under -Xfatal-warnings.
-two warnings found
+three warnings found
one error found