summaryrefslogtreecommitdiff
path: root/test/files/run/iterators.check
diff options
context:
space:
mode:
authorstepancheg <stepancheg@epfl.ch>2008-05-27 13:27:03 +0000
committerstepancheg <stepancheg@epfl.ch>2008-05-27 13:27:03 +0000
commit0d82294aa63727bf3e4612e4330769929a1dd788 (patch)
tree19497eb5dba752d61aee0cbdbe9807f1935de1f7 /test/files/run/iterators.check
parent6f638318d68d360157b87861842ad5f3b9e04079 (diff)
downloadscala-0d82294aa63727bf3e4612e4330769929a1dd788.tar.gz
scala-0d82294aa63727bf3e4612e4330769929a1dd788.tar.bz2
scala-0d82294aa63727bf3e4612e4330769929a1dd788.zip
Iterator.collect method (#916)
Diffstat (limited to 'test/files/run/iterators.check')
-rw-r--r--test/files/run/iterators.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/iterators.check b/test/files/run/iterators.check
index 399324347f..cd1b79144a 100644
--- a/test/files/run/iterators.check
+++ b/test/files/run/iterators.check
@@ -7,6 +7,7 @@ test check_drop was successful
test check_foreach was successful
test check_forall was successful
test check_fromArray was successful
+test check_collect was successful
test check_indexOf was successful
test check_findIndexOf was successful