X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustdoc%2Fno-stack-overflow-25295.rs;h=dd79f1e4baaa073e23f8f22d1da8ac3a59a87953;hb=4d71c164a89b705df6affd31a5262c832d1bc48d;hp=37b0aca4b00caa1cd46b1472b4a767c0a340e623;hpb=1eb87869d17e8906f2fdbab0ea6323b85742b532;p=rust.git diff --git a/src/test/rustdoc/no-stack-overflow-25295.rs b/src/test/rustdoc/no-stack-overflow-25295.rs index 37b0aca4b00..dd79f1e4baa 100644 --- a/src/test/rustdoc/no-stack-overflow-25295.rs +++ b/src/test/rustdoc/no-stack-overflow-25295.rs @@ -1,15 +1,5 @@ -// Copyright 2018 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. - -// ensure this code doesn't stack overflow -// aux-build:enum_primitive.rs +// Ensure this code doesn't stack overflow. +// aux-build:enum-primitive.rs #[macro_use] extern crate enum_primitive; @@ -43,4 +33,3 @@ pub enum Test { Z1,Z2,Z3,Z4,Z5,Z6, } } -