summaryrefslogtreecommitdiff
path: root/test/files/neg/t0764.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0764.check')
-rw-r--r--test/files/neg/t0764.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t0764.check b/test/files/neg/t0764.check
index 0788db7f6e..e14c7705b8 100644
--- a/test/files/neg/t0764.check
+++ b/test/files/neg/t0764.check
@@ -1,5 +1,5 @@
t0764.scala:13: error: type mismatch;
- found : Object with Node{type T = _1.type} where val _1: Node{type T = NextType}
+ found : Node{type T = _1.type} where val _1: Node{type T = NextType}
required: Node{type T = Main.this.AType}
new Main[AType]( (value: AType).prepend )
^