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.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug910.check b/test/files/neg/bug910.check
index 2bc2d986fa..1a845db9b9 100644
--- a/test/files/neg/bug910.check
+++ b/test/files/neg/bug910.check
@@ -1,6 +1,6 @@
bug910.scala:4: error: type mismatch;
found : Seq[Char]
- required: scala.Seq[Int]
+ required: Seq[Int]
val y: Seq[Int] = rest
^
one error found