summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 de484ef44b..32c3448812 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
+ found : Test.type (with underlying type Test)
required: Test.this.Foo
def this() = this(this);
^