summaryrefslogtreecommitdiff
path: root/test/files/neg/bug910.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug910.check')
-rw-r--r--test/files/neg/bug910.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug910.check b/test/files/neg/bug910.check
index bf761eb04d..ffb07faf2a 100644
--- a/test/files/neg/bug910.check
+++ b/test/files/neg/bug910.check
@@ -1,6 +1,6 @@
bug910.scala:4: error: type mismatch;
- found : scala.Seq[scala.Char]
- required: scala.Seq[int]
+ found : Seq[Char]
+ required: Seq[int]
val y: Seq[int] = rest
^
one error found