From: Alec Theriault Date: Tue, 7 Nov 2017 06:18:14 +0000 (-0800) Subject: Update comments in cast-lt.pp X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=aa38a1ee5092fb81e23b0cbd215535de08ae7b28;p=rust.git Update comments in cast-lt.pp --- diff --git a/src/test/pretty/cast-lt.pp b/src/test/pretty/cast-lt.pp index 1e611f5075f..b21158abfe5 100644 --- a/src/test/pretty/cast-lt.pp +++ b/src/test/pretty/cast-lt.pp @@ -4,7 +4,7 @@ use std::prelude::v1::*; #[macro_use] extern crate std as std; -// 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. // @@ -18,8 +18,6 @@ extern crate std as std; // pretty-mode:expanded // pp-exact:cast-lt.pp -// #4264 fixed-length vector types - macro_rules! negative(( $ e : expr ) => { $ e < 0 }); fn main() { (1 as i32) < 0; }