summaryrefslogtreecommitdiff
path: root/test/files/neg/t0816.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0816.check')
-rw-r--r--test/files/neg/t0816.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t0816.check b/test/files/neg/t0816.check
index ff6489be99..48f37c1414 100644
--- a/test/files/neg/t0816.check
+++ b/test/files/neg/t0816.check
@@ -1,4 +1,4 @@
-t0816.scala:5: error: case class `class Ctest' has case ancestor `class Btest'. Case-to-case inheritance is prohibited. To overcome this limitation use extractors to pattern match on non-leaf nodes.
+t0816.scala:5: error: case class Ctest has case ancestor Btest, but case-to-case inheritance is prohibited. To overcome this limitation, use extractors to pattern match on non-leaf nodes.
case class Ctest(override val data: String) extends Btest(data, true)
^
one error found