]> git.lizzy.rs Git - rust.git/blobdiff - src/test/pretty/cast-lt.rs
Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAus
[rust.git] / src / test / pretty / cast-lt.rs
index 87b5274545f385425b4b4ac682c7ef5c97bf587f..e14bdd1f3b3ec1f9c634e1399d5f2beebce50565 100644 (file)
@@ -1,13 +1,3 @@
-// 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.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
 // pretty-compare-only
 // pretty-mode:expanded
 // pp-exact:cast-lt.pp
@@ -19,4 +9,3 @@ macro_rules! negative {
 fn main() {
       negative!(1 as i32);
 }
-