summaryrefslogtreecommitdiff
path: root/test/files/neg/unchecked-refinement.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/unchecked-refinement.check')
-rw-r--r--test/files/neg/unchecked-refinement.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/neg/unchecked-refinement.check b/test/files/neg/unchecked-refinement.check
index b49e47fcbb..0bb944621b 100644
--- a/test/files/neg/unchecked-refinement.check
+++ b/test/files/neg/unchecked-refinement.check
@@ -10,7 +10,7 @@ unchecked-refinement.scala:23: warning: a pattern match on a refinement type is
unchecked-refinement.scala:24: warning: a pattern match on a refinement type is unchecked
/* nowarn - todo */ case x: AnyRef { def size: Int } if b => x.size // this could/should do a static conformance test and not warn
^
+warning: there was one feature warning; re-run with -feature for details
error: No warnings can be incurred under -Xfatal-warnings.
-error: there was one feature warning; re-run with -feature for details
-four warnings found
-two errors found
+5 warnings found
+one error found