about summary refs log tree commit diff
path: root/src/libnative
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2014-07-21 15:57:14 -0700
committerCorey Richardson <corey@octayn.net>2014-07-21 18:38:40 -0700
commit35c0bf32926ec8095a7ca5b5b77e612c15ddf098 (patch)
tree74763af205f24c33de968eb50b7fe09dd7ebdcc3 /src/libnative
parentc41a7dfcc7b1c71305bd1816bb2e6aff7abddbb2 (diff)
downloadrust-35c0bf32926ec8095a7ca5b5b77e612c15ddf098.tar.gz
rust-35c0bf32926ec8095a7ca5b5b77e612c15ddf098.zip
Add a ton of ignore-lexer-test
Diffstat (limited to 'src/libnative')
-rw-r--r--src/libnative/io/tty_win32.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libnative/io/tty_win32.rs b/src/libnative/io/tty_win32.rs
index 72cf5e785fb..e98fe1e20b1 100644
--- a/src/libnative/io/tty_win32.rs
+++ b/src/libnative/io/tty_win32.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-lexer-test FIXME #15877
+
 //! Windows specific console TTY implementation
 //!
 //! This module contains the implementation of a Windows specific console TTY.