X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fcodegen%2Flifetime_start_end.rs;h=9df46bb3dd1b5ed2bb0d280bcf73bcd6ac0b0bd4;hb=4699b29a04e84746e28ef688f02993c3b4d54951;hp=9f5170cc89ee422436abe5a2a8c3ff0b6b3fd146;hpb=2fa00da26f37a13398b03e51f1f98c778076a274;p=rust.git diff --git a/src/test/codegen/lifetime_start_end.rs b/src/test/codegen/lifetime_start_end.rs index 9f5170cc89e..9df46bb3dd1 100644 --- a/src/test/codegen/lifetime_start_end.rs +++ b/src/test/codegen/lifetime_start_end.rs @@ -1,13 +1,3 @@ -// Copyright 2016 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 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - // compile-flags: -O -C no-prepopulate-passes #![crate_type = "lib"]