summaryrefslogtreecommitdiff
path: root/test/files/neg/bug452.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug452.check')
-rw-r--r--test/files/neg/bug452.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug452.check b/test/files/neg/bug452.check
index 32c3448812..10590242aa 100644
--- a/test/files/neg/bug452.check
+++ b/test/files/neg/bug452.check
@@ -1,5 +1,5 @@
bug452.scala:3 error: type mismatch;
- found : Test.type (with underlying type Test)
+ found : Test.type (with underlying type <object Test>)
required: Test.this.Foo
def this() = this(this);
^