From aa38a1ee5092fb81e23b0cbd215535de08ae7b28 Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Mon, 6 Nov 2017 22:18:14 -0800 Subject: [PATCH] Update comments in cast-lt.pp --- src/test/pretty/cast-lt.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } -- 2.44.0