diff options
| author | Corey Richardson <corey@octayn.net> | 2014-07-21 15:57:14 -0700 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2014-07-21 18:38:40 -0700 |
| commit | 35c0bf32926ec8095a7ca5b5b77e612c15ddf098 (patch) | |
| tree | 74763af205f24c33de968eb50b7fe09dd7ebdcc3 /src/libstd/path | |
| parent | c41a7dfcc7b1c71305bd1816bb2e6aff7abddbb2 (diff) | |
| download | rust-35c0bf32926ec8095a7ca5b5b77e612c15ddf098.tar.gz rust-35c0bf32926ec8095a7ca5b5b77e612c15ddf098.zip | |
Add a ton of ignore-lexer-test
Diffstat (limited to 'src/libstd/path')
| -rw-r--r-- | src/libstd/path/windows.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/path/windows.rs b/src/libstd/path/windows.rs index 88ae0d4837e..0de098319e8 100644 --- a/src/libstd/path/windows.rs +++ b/src/libstd/path/windows.rs @@ -7,6 +7,8 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// ignore-lexer-test FIXME #15883 //! Windows file path handling |
