summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-03-22 17:07:03 +0000
committermichelou <michelou@epfl.ch>2006-03-22 17:07:03 +0000
commit0558b4ffd9cd0b993b18ed0df5cd4ab677e6932e (patch)
tree3c246f48649b5fc6afc89a5d1e379df41cb00701
parentc1978a3507245ad811cc71c7a073a9bb7733fb81 (diff)
downloadscala-0558b4ffd9cd0b993b18ed0df5cd4ab677e6932e.tar.gz
scala-0558b4ffd9cd0b993b18ed0df5cd4ab677e6932e.tar.bz2
scala-0558b4ffd9cd0b993b18ed0df5cd4ab677e6932e.zip
removed Windows eol in file test/files/neg/bug5...
removed Windows eol in file test/files/neg/bug550.check
-rw-r--r--test/files/neg/bug550.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/neg/bug550.check b/test/files/neg/bug550.check
index becafc8768..ad4f061d1f 100644
--- a/test/files/neg/bug550.check
+++ b/test/files/neg/bug550.check
@@ -1,10 +1,10 @@
bug550.scala:6 error: class List takes type parameters
- def sum[a](xs: List)(implicit m: Monoid[a]): a =
+ def sum[a](xs: List)(implicit m: Monoid[a]): a =
^
bug550.scala:6 error: class List takes type parameters
- def sum[a](xs: List)(implicit m: Monoid[a]): a =
+ def sum[a](xs: List)(implicit m: Monoid[a]): a =
^
bug550.scala:8 error: no implicit argument matching parameter type Monoid[scala.All] was found.
- sum(List(1,2,3))
+ sum(List(1,2,3))
^
three errors found