diff options
Diffstat (limited to 'src/test/run-pass/foreach-external-iterators-nested.rs')
| -rw-r--r-- | src/test/run-pass/foreach-external-iterators-nested.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/foreach-external-iterators-nested.rs b/src/test/run-pass/foreach-external-iterators-nested.rs index 904c90dc815..78aba778421 100644 --- a/src/test/run-pass/foreach-external-iterators-nested.rs +++ b/src/test/run-pass/foreach-external-iterators-nested.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -fn main() { +pub fn main() { let x = [1,..100]; let y = [2,..100]; let mut p = 0; |
