diff options
| author | Alec Theriault <alec.theriault@gmail.com> | 2017-11-05 20:53:46 -0800 |
|---|---|---|
| committer | Alec Theriault <alec.theriault@gmail.com> | 2017-11-05 20:53:46 -0800 |
| commit | 3761c0d246f8deb9ebb83567991bbbc0c090d75d (patch) | |
| tree | 2afed3b18a685e5520c986cbcd4cb0a5f54713d1 | |
| parent | 005d14d5c810519517cc2507b5c304df7be9a6ed (diff) | |
| download | rust-3761c0d246f8deb9ebb83567991bbbc0c090d75d.tar.gz rust-3761c0d246f8deb9ebb83567991bbbc0c090d75d.zip | |
Fix comments
| -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 } } |
