summaryrefslogtreecommitdiff
path: root/test/files/neg/t4166.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4166.check')
-rw-r--r--test/files/neg/t4166.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t4166.check b/test/files/neg/t4166.check
index 24129c54ad..10b77d841a 100644
--- a/test/files/neg/t4166.check
+++ b/test/files/neg/t4166.check
@@ -1,4 +1,4 @@
t4166.scala:3: error: super constructor arguments cannot reference unconstructed `this`
-class Demo extends Base(new { Demo.this }) {
+class Demo extends Base(new { Demo.this.toString }) {
^
one error found