summaryrefslogtreecommitdiff
path: root/test/files/neg/t960.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t960.check')
-rw-r--r--test/files/neg/t960.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t960.check b/test/files/neg/t960.check
index 4cc76d3602..603b1cb032 100644
--- a/test/files/neg/t960.check
+++ b/test/files/neg/t960.check
@@ -7,7 +7,7 @@ match argument types (List[a])
t960.scala:22: error: cannot resolve overloaded unapply
case List(x, xs) => 7
^
-t960.scala:12: error: method unapply is defined twice
+t960.scala:12: error: method unapply is defined twice in t960.scala
def unapply[a](xs: List[a]): Option[Null] = xs match {
^
-three errors found \ No newline at end of file
+three errors found