summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-28 19:20:58 +0000
committerPaul Phillips <paulp@improving.org>2011-03-28 19:20:58 +0000
commitd4392e047b61cc135f5110bf7863ec0d3480eaa6 (patch)
tree70b114cdf1ebab17c85b2d42a306e99fe340f4b3 /test/files
parenteb32c46d6929999ae19f7c7d205248eba8966249 (diff)
downloadscala-d4392e047b61cc135f5110bf7863ec0d3480eaa6.tar.gz
scala-d4392e047b61cc135f5110bf7863ec0d3480eaa6.tar.bz2
scala-d4392e047b61cc135f5110bf7863ec0d3480eaa6.zip
Added some implicitNotFound annotations to comm...
Added some implicitNotFound annotations to commonly used classes, and some documentation to Manifest. (Said documentation is invisible for the moment due to #4404.) No review.
Diffstat (limited to 'test/files')
-rw-r--r--test/files/neg/t3399.check2
-rw-r--r--test/files/neg/t3507.check2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t3399.check b/test/files/neg/t3399.check
index eb6c679704..987da944c6 100644
--- a/test/files/neg/t3399.check
+++ b/test/files/neg/t3399.check
@@ -1,4 +1,4 @@
-t3399.scala:23: error: could not find implicit value for parameter e: =:=[Nats.Add[Nats._1,Nats._1],Nats._1]
+t3399.scala:23: error: Cannot prove that Nats.Add[Nats._1,Nats._1] =:= Nats._1.
implicitly[ Add[_1, _1] =:= _1]
^
one error found
diff --git a/test/files/neg/t3507.check b/test/files/neg/t3507.check
index 1246a20d09..ab38280c1f 100644
--- a/test/files/neg/t3507.check
+++ b/test/files/neg/t3507.check
@@ -1,4 +1,4 @@
-t3507.scala:13: error: could not find implicit value for evidence parameter of type Manifest[object _1.b.c]
+t3507.scala:13: error: No Manifest available for object _1.b.c.
mani/*[object _1.b.c]*/(c) // kaboom in manifestOfType / TreeGen.mkAttributedQualifier
^
one error found