Skip to content

Commit

Permalink
Remove dead test
Browse files Browse the repository at this point in the history
This was moved to Stebalien/term#12
  • Loading branch information
tamird committed Apr 21, 2015
1 parent 32e5f49 commit fe7f95f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/libterm/terminfo/parser/compiled.rs
Expand Up @@ -355,11 +355,4 @@ mod test {
assert_eq!(numfnames.len(), numnames.len());
assert_eq!(stringfnames.len(), stringnames.len());
}

#[test]
#[ignore(reason = "no ncurses on buildbots, needs a bundled terminfo file to test against")]
fn test_parse() {
// FIXME #6870: Distribute a compiled file in src/tests and test there
// parse(old_io::fs_reader(&p("/usr/share/terminfo/r/rxvt-256color")).unwrap(), false);
}
}

0 comments on commit fe7f95f

Please sign in to comment.