summaryrefslogtreecommitdiff
path: root/test/neg/bug152.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/bug152.check')
-rw-r--r--test/neg/bug152.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/neg/bug152.check b/test/neg/bug152.check
index fddfbfa879..7b1f3262ce 100644
--- a/test/neg/bug152.check
+++ b/test/neg/bug152.check
@@ -1,4 +1,4 @@
-bug152.scala:5: type foo.type escapes its defining scope as part of scala.Object { def a: foo.T }
+bug152.scala:5: type foo.type escapes its defining scope as part of java.lang.Object with scala.ScalaObject { def a: foo.T }
class Bar(foo: Foo) {
^
one error found