about summary refs log tree commit diff
path: root/src/libterm/terminfo/parser/compiled.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-04-21 15:23:11 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-21 15:23:11 -0700
commit59171f8ec8dce11329ed9bfaa73d5bbcf88f9a09 (patch)
tree4bcf93654923db52a4f421cabf533ea33d02c877 /src/libterm/terminfo/parser/compiled.rs
parent1ec7ccb53c4ef00eff1e13ff50ec18f54400de4a (diff)
parent71bc70ea1b99f9eac5460b8560f90d1baac6385f (diff)
downloadrust-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.rs7
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);
-    }
 }