diff options
| author | Suchith J N <suchithjn22@gmail.com> | 2017-04-15 12:17:25 +0530 |
|---|---|---|
| committer | Suchith J N <suchithjn22@gmail.com> | 2017-04-15 12:17:25 +0530 |
| commit | 4ac11becc2cb716d65cb3ebe5f13d3846ef78b93 (patch) | |
| tree | cca40d1dcb7adb879d84b1eda27e771c3cbc3b20 /src/test | |
| parent | 65fafd9414915fe33bc69fb4bfefa8629b5e42ea (diff) | |
| download | rust-4ac11becc2cb716d65cb3ebe5f13d3846ef78b93.tar.gz rust-4ac11becc2cb716d65cb3ebe5f13d3846ef78b93.zip | |
[41272] - Fixed to conform to rust project style
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/issue-41272.rs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-41272.rs b/src/test/run-pass/issue-41272.rs index 154aa5b8cbe..d0834a26ae7 100644 --- a/src/test/run-pass/issue-41272.rs +++ b/src/test/run-pass/issue-41272.rs @@ -1,3 +1,13 @@ +// 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. + struct Foo; impl Foo { |
