summaryrefslogtreecommitdiff
path: root/test/files/neg/t8731.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8731.check')
-rw-r--r--test/files/neg/t8731.check5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/files/neg/t8731.check b/test/files/neg/t8731.check
index 2a9af475fc..d47bd55b45 100644
--- a/test/files/neg/t8731.check
+++ b/test/files/neg/t8731.check
@@ -1,9 +1,6 @@
-t8731.scala:5: warning: matches with two cases or fewer are emitted using if-then-else instead of switch
- def f(x: Int) = (x: @annotation.switch) match {
- ^
t8731.scala:10: warning: could not emit switch for @switch annotated match
def g(x: Int) = (x: @annotation.switch) match {
^
error: No warnings can be incurred under -Xfatal-warnings.
-two warnings found
+one warning found
one error found