Skip to content

Commit aa38a1e

Browse files
committed
Update comments in cast-lt.pp
1 parent 3761c0d commit aa38a1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/pretty/cast-lt.pp

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use std::prelude::v1::*;
55
#[macro_use]
66
extern crate std as std;
7-
// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
7+
// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
88
// file at the top-level directory of this distribution and at
99
// http://rust-lang.org/COPYRIGHT.
1010
//
@@ -18,8 +18,6 @@
1818
// pretty-mode:expanded
1919
// pp-exact:cast-lt.pp
2020

21-
// #4264 fixed-length vector types
22-
2321
macro_rules! negative(( $ e : expr ) => { $ e < 0 });
2422

2523
fn main() { (1 as i32) < 0; }

0 commit comments

Comments
 (0)