summaryrefslogtreecommitdiff
path: root/test/files/run/iterators.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-05-01 15:59:31 +0000
committermichelou <michelou@epfl.ch>2007-05-01 15:59:31 +0000
commitdbce4463e8d0fb7fef571139008c6011215b1e1a (patch)
treec29e3e91da9a4096c2d625eb307991a8b642f7d8 /test/files/run/iterators.check
parentd6369095cfc306b6fb40da037735247aca3c9813 (diff)
downloadscala-dbce4463e8d0fb7fef571139008c6011215b1e1a.tar.gz
scala-dbce4463e8d0fb7fef571139008c6011215b1e1a.tar.bz2
scala-dbce4463e8d0fb7fef571139008c6011215b1e1a.zip
added scala.Range and test cases
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 a4b1053577..b55b63e9dc 100644
--- a/test/files/run/iterators.check
+++ b/test/files/run/iterators.check
@@ -1,5 +1,7 @@
test check_from was successful
test check_range was successful
+test check_range2 was successful
+test check_range3 was successful
test check_take was successful
test check_drop was successful
test check_foreach was successful