summaryrefslogtreecommitdiff
path: root/test/files/neg/t7756b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t7756b.check')
-rw-r--r--test/files/neg/t7756b.check5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/files/neg/t7756b.check b/test/files/neg/t7756b.check
index e764783241..2817a7e230 100644
--- a/test/files/neg/t7756b.check
+++ b/test/files/neg/t7756b.check
@@ -1,9 +1,6 @@
t7756b.scala:3: warning: comparing values of types Int and String using `==' will always yield false
case _ => 0 == ""
^
-t7756b.scala:3: warning: Int and String are unrelated: they will most likely never compare equal
- case _ => 0 == ""
- ^
error: No warnings can be incurred under -Xfatal-warnings.
-two warnings found
+one warning found
one error found