about summary refs log tree commit diff
path: root/src/test/bench/task-perf-spawnalot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/task-perf-spawnalot.rs')
-rw-r--r--src/test/bench/task-perf-spawnalot.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bench/task-perf-spawnalot.rs b/src/test/bench/task-perf-spawnalot.rs
index 8c5bbe257bd..e6da898a034 100644
--- a/src/test/bench/task-perf-spawnalot.rs
+++ b/src/test/bench/task-perf-spawnalot.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-fn f(&&n: uint) {
+fn f(n: uint) {
     let mut i = 0u;
     while i < n {
         task::try(|| g() );