]> git.lizzy.rs Git - rust.git/commit
test: add testcases for external iterators using foreach.
authorGraydon Hoare <graydon@mozilla.com>
Wed, 31 Jul 2013 01:46:40 +0000 (18:46 -0700)
committerGraydon Hoare <graydon@mozilla.com>
Wed, 31 Jul 2013 01:50:28 +0000 (18:50 -0700)
commita696f0fecb9d11204f64d310eb66e095f64bd04a
treeee1cdc5abe3129f9bcf75071a9ec496e38f0da0a
parent62b6fa094378340574bf40543cdcd477f4dd1169
test: add testcases for external iterators using foreach.
src/test/run-pass/foreach-external-iterators-break.rs [new file with mode: 0644]
src/test/run-pass/foreach-external-iterators-hashmap-break-restart.rs [new file with mode: 0644]
src/test/run-pass/foreach-external-iterators-hashmap.rs [new file with mode: 0644]
src/test/run-pass/foreach-external-iterators-loop.rs [new file with mode: 0644]
src/test/run-pass/foreach-external-iterators-nested.rs [new file with mode: 0644]
src/test/run-pass/foreach-external-iterators.rs [new file with mode: 0644]