File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,6 @@ mod test {
420420 use std:: rt:: io;
421421 use std:: rt:: io:: Writer ;
422422 use std:: rt:: io:: file;
423- use std:: uint;
424423 use std:: vec;
425424
426425 fn make_file ( path : & Path , contents : & [ ~str ] ) {
Original file line number Diff line number Diff line change 2525
2626#[ allow( missing_doc) ] ;
2727
28-
29- use std:: cast;
3028use std:: cell:: Cell ;
3129use std:: comm:: { PortOne , oneshot} ;
3230use std:: task;
Original file line number Diff line number Diff line change @@ -512,10 +512,8 @@ impl MatchOptions {
512512
513513#[cfg(test)]
514514mod test {
515- use std::{io, os, unstable};
516- use std::unstable::finally::Finally;
515+ use std::os;
517516 use super::*;
518- use tempfile;
519517
520518 #[test]
521519 fn test_absolute_pattern() {
You can’t perform that action at this time.
0 commit comments