core: Import future::extensions

This commit is contained in:
Patrick Walton 2012-07-03 15:54:26 -07:00
parent 70070b8bbc
commit e1ee198216
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ fn get_arc<T: send const>(c: get_chan<T>) -> arc::arc<T> {
#[cfg(test)]
mod tests {
import comm::*;
import future::future;
import future::extensions;
#[test]
fn manually_share_arc() {