summaryrefslogtreecommitdiff
path: root/test/files/neg/t425.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t425.check')
-rw-r--r--test/files/neg/t425.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t425.check b/test/files/neg/t425.check
index 671c128753..77ea0c5a4b 100644
--- a/test/files/neg/t425.check
+++ b/test/files/neg/t425.check
@@ -1,4 +1,4 @@
-t425.scala:3: error: case class `class B' has case ancestor `class A'. Case-to-case inheritance is prohibited. To overcome this limitation use extractors to pattern match on non-leaf nodes.
+t425.scala:3: error: case class B has case ancestor Temp.A, but case-to-case inheritance is prohibited. To overcome this limitation, use extractors to pattern match on non-leaf nodes.
case class B(override val x: Int, y: Double) extends A(x)
^
one error found