summaryrefslogtreecommitdiff
path: root/test/neg/bug58.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/bug58.check')
-rw-r--r--test/neg/bug58.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/neg/bug58.check b/test/neg/bug58.check
index 1872ecd0d9..0dff5495cf 100644
--- a/test/neg/bug58.check
+++ b/test/neg/bug58.check
@@ -1,4 +1,4 @@
-bug58.scala:1: type x.type escapes its defining scope as part of x.C
+bug58.scala:1: type x.type escapes its defining scope as part of x.C with scala.ScalaObject
class A(x: B) extends x.C {}
^
one error found