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