about summary refs log tree commit diff
path: root/src/libterm/terminfo/parser
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2015-04-20 18:52:28 -0700
committerTamir Duberstein <tamird@gmail.com>2015-04-21 08:16:02 -0700
commitfe7f95fb3cdfa38531b1072ba42bea09297a39db (patch)
tree745cadc7e981cea69d3a8bcb135ed82da922e554 /src/libterm/terminfo/parser
parent32e5f4948f0f40f54de2a790cd8665ac40b134a9 (diff)
downloadrust-fe7f95fb3cdfa38531b1072ba42bea09297a39db.tar.gz
rust-fe7f95fb3cdfa38531b1072ba42bea09297a39db.zip
Remove dead test
This was moved to https://github.com/rust-lang/term/issues/12
Diffstat (limited to 'src/libterm/terminfo/parser')
-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);
-    }
 }