summaryrefslogtreecommitdiff
path: root/test/files/run/iterables.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-10-11 12:17:55 +0000
committermichelou <michelou@epfl.ch>2007-10-11 12:17:55 +0000
commitab477e33c3d389a34361e9474848da3d1e57a9fe (patch)
tree31fe93d42c843e96dd6e8a26ad5c9991c8e57e29 /test/files/run/iterables.check
parent57a7a38526cb853f2af78d3fe213bfe05a37ca44 (diff)
downloadscala-ab477e33c3d389a34361e9474848da3d1e57a9fe.tar.gz
scala-ab477e33c3d389a34361e9474848da3d1e57a9fe.tar.bz2
scala-ab477e33c3d389a34361e9474848da3d1e57a9fe.zip
added method partition to Iterable (#171)
Diffstat (limited to 'test/files/run/iterables.check')
-rw-r--r--test/files/run/iterables.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/iterables.check b/test/files/run/iterables.check
index 2660f51aa5..aac90b70a9 100644
--- a/test/files/run/iterables.check
+++ b/test/files/run/iterables.check
@@ -1,2 +1,5 @@
false
0,1,2,3,4,5,6,7,8,9
+5,6,7,8,9
+0,2,4,6,8
+1,3,5,7,9