summaryrefslogtreecommitdiff
path: root/test/files/run/iterators.check
diff options
context:
space:
mode:
authorErik Erlandson <eerlands@redhat.com>2014-09-04 11:10:13 -0700
committerErik Erlandson <eerlands@redhat.com>2014-10-21 19:06:41 -0700
commit59438d0647995f75bd1bf7159a248340d3708abd (patch)
treed1dd426ce8266ca117ab87523c89ecc1bd3d09e9 /test/files/run/iterators.check
parent850899b1c9347e804763a258f64d54cef0ffd69a (diff)
downloadscala-59438d0647995f75bd1bf7159a248340d3708abd.tar.gz
scala-59438d0647995f75bd1bf7159a248340d3708abd.tar.bz2
scala-59438d0647995f75bd1bf7159a248340d3708abd.zip
SI-8835 Fix implementation of Iterator drop to remove quadratic behavior
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 bb139c1610..abaf80ff38 100644
--- a/test/files/run/iterators.check
+++ b/test/files/run/iterators.check
@@ -4,6 +4,7 @@ test check_range2 was successful
test check_range3 was successful
test check_take was successful
test check_drop was successful
+test check_slice was successful
test check_foreach was successful
test check_forall was successful
test check_fromArray was successful