diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-04-21 15:23:11 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-04-21 15:23:11 -0700 |
| commit | 59171f8ec8dce11329ed9bfaa73d5bbcf88f9a09 (patch) | |
| tree | 4bcf93654923db52a4f421cabf533ea33d02c877 /src/libterm/terminfo/parser/compiled.rs | |
| parent | 1ec7ccb53c4ef00eff1e13ff50ec18f54400de4a (diff) | |
| parent | 71bc70ea1b99f9eac5460b8560f90d1baac6385f (diff) | |
| download | rust-59171f8ec8dce11329ed9bfaa73d5bbcf88f9a09.tar.gz rust-59171f8ec8dce11329ed9bfaa73d5bbcf88f9a09.zip | |
rollup merge of #24651: tamird/old-references
r? @alexcrichton
Diffstat (limited to 'src/libterm/terminfo/parser/compiled.rs')
| -rw-r--r-- | src/libterm/terminfo/parser/compiled.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libterm/terminfo/parser/compiled.rs b/src/libterm/terminfo/parser/compiled.rs index 01d191f3014..3de99088da4 100644 --- a/src/libterm/terminfo/parser/compiled.rs +++ b/src/libterm/terminfo/parser/compiled.rs @@ -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); - } } |
