summaryrefslogtreecommitdiff
path: root/test/files/neg/t2102.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t2102.check')
-rw-r--r--test/files/neg/t2102.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t2102.check b/test/files/neg/t2102.check
index b4f91a5319..6f70839d22 100644
--- a/test/files/neg/t2102.check
+++ b/test/files/neg/t2102.check
@@ -1,6 +1,6 @@
t2102.scala:2: error: type mismatch;
- found : java.util.Iterator[Int]
- required: scala.collection.Iterator[_]
+ found : Iterator[Int] (in java.util)
+ required: Iterator[_] (in scala.collection)
val x: Iterator[_] = new java.util.ArrayList[Int]().iterator
^
one error found