summaryrefslogtreecommitdiff
path: root/test/neg
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg')
-rw-r--r--test/neg/S6.check2
-rw-r--r--test/neg/seqtest.check3
2 files changed, 3 insertions, 2 deletions
diff --git a/test/neg/S6.check b/test/neg/S6.check
index 6303e4c8e2..0647138103 100644
--- a/test/neg/S6.check
+++ b/test/neg/S6.check
@@ -1,4 +1,4 @@
-S6.scala:11: illegal cyclic reference involving type S
+S6.scala:11: cyclic aliasing or subtyping involving type S
type S <: T;
^
one error found
diff --git a/test/neg/seqtest.check b/test/neg/seqtest.check
index d3a04e8e51..42d3a71a9c 100644
--- a/test/neg/seqtest.check
+++ b/test/neg/seqtest.check
@@ -1,6 +1,7 @@
seqtest.scala:11: ambiguous reference to overloaded definition,
both method L: [a](scala.Seq[a])scala.Seq[a]
-and method L: [a](a*)scala.Seq[a] match.
+and method L: [a](a*)scala.Seq[a]
+match argument types (scala.Seq[scala.Int])
val c = L(a);
^
one error found