about summary refs log tree commit diff
path: root/src/test/bench/shootout-meteor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/shootout-meteor.rs')
-rw-r--r--src/test/bench/shootout-meteor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bench/shootout-meteor.rs b/src/test/bench/shootout-meteor.rs
index ca3d10afa5d..34a036eff37 100644
--- a/src/test/bench/shootout-meteor.rs
+++ b/src/test/bench/shootout-meteor.rs
@@ -321,7 +321,7 @@ fn par_search(masks: Vec<Vec<Vec<u64>>>) -> Data {
             let mut data = Data::new();
             search(&*masks, m, 1, List::Cons(m, &List::Nil), &mut data);
             tx.send(data).unwrap();
-        }).detach();
+        });
     }
 
     // collecting the results