summaryrefslogtreecommitdiff
path: root/test/files/neg/t7171.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t7171.check')
-rw-r--r--test/files/neg/t7171.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/neg/t7171.check b/test/files/neg/t7171.check
index ecd768afda..2de9151483 100644
--- a/test/files/neg/t7171.check
+++ b/test/files/neg/t7171.check
@@ -1,6 +1,9 @@
t7171.scala:2: warning: The outer reference in this type test cannot be checked at run time.
final case class A()
^
+t7171.scala:9: warning: The outer reference in this type test cannot be checked at run time.
+ case _: A => true; case _ => false
+ ^
error: No warnings can be incurred under -Xfatal-warnings.
-one warning found
+two warnings found
one error found