summaryrefslogtreecommitdiff
path: root/test/files/run/iterators.check
diff options
context:
space:
mode:
authorstepancheg <stepancheg@epfl.ch>2008-05-24 15:01:02 +0000
committerstepancheg <stepancheg@epfl.ch>2008-05-24 15:01:02 +0000
commitf6056a24c5a276cd8b763992f56e122f4ddbf76d (patch)
treee744d8d3548f5b7f4f5c5e0c88c15a16e02538f8 /test/files/run/iterators.check
parentad451f4a55ad9cd3683ee571a9b4697ddb4d1bfa (diff)
downloadscala-f6056a24c5a276cd8b763992f56e122f4ddbf76d.tar.gz
scala-f6056a24c5a276cd8b763992f56e122f4ddbf76d.tar.bz2
scala-f6056a24c5a276cd8b763992f56e122f4ddbf76d.zip
Implement #886: indexOf, findIndexOf
introduces Iterator indexOf, findIndexOf moved indexOf, findIndexOf bodies from Iterable to Iterator deprecated Iterable indexOf, findIndexOf introdued Seq indexOf, findIndexOf
Diffstat (limited to 'test/files/run/iterators.check')
-rw-r--r--test/files/run/iterators.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/iterators.check b/test/files/run/iterators.check
index 03e648876f..399324347f 100644
--- a/test/files/run/iterators.check
+++ b/test/files/run/iterators.check
@@ -7,4 +7,6 @@ test check_drop was successful
test check_foreach was successful
test check_forall was successful
test check_fromArray was successful
+test check_indexOf was successful
+test check_findIndexOf was successful