aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/foreach-nested.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/foreach-nested.rs')
-rw-r--r--src/test/run-pass/foreach-nested.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/foreach-nested.rs b/src/test/run-pass/foreach-nested.rs
index 9d775123..a655f591 100644
--- a/src/test/run-pass/foreach-nested.rs
+++ b/src/test/run-pass/foreach-nested.rs
@@ -5,7 +5,7 @@ iter two() -> int {
put 1;
}
-impure fn main() {
+fn main() {
let vec[mutable int] a = vec(mutable -1, -1, -1, -1);
let int p = 0;