diff options
| -rw-r--r-- | src/test/pretty/cast-lt.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/pretty/cast-lt.rs b/src/test/pretty/cast-lt.rs index c0ee62380ed..87b5274545f 100644 --- a/src/test/pretty/cast-lt.rs +++ b/src/test/pretty/cast-lt.rs @@ -1,4 +1,4 @@ -// Copyright 2014 The Rust Project Developers. See the COPYRIGHT +// Copyright 2017 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // @@ -12,8 +12,6 @@ // pretty-mode:expanded // pp-exact:cast-lt.pp -// #4264 fixed-length vector types - macro_rules! negative { ($e:expr) => { $e < 0 } } |
