diff options
| author | bors <bors@rust-lang.org> | 2013-08-01 09:28:36 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-01 09:28:36 -0700 |
| commit | 7daea7c9c107238ba7bfc2e9f0e8955d42ad71ed (patch) | |
| tree | 8072911c3311592464ddfdb9a34492f133568687 /src/test/codegen/stack-alloc-string-slice.cc | |
| parent | fe28ac6891ae2619094e88d9b7859772e685a27f (diff) | |
| parent | 8261f2c37c7181fb4a40e8f8d9eaebb96deea9bb (diff) | |
| download | rust-7daea7c9c107238ba7bfc2e9f0e8955d42ad71ed.tar.gz rust-7daea7c9c107238ba7bfc2e9f0e8955d42ad71ed.zip | |
auto merge of #8165 : graydon/rust/2013-07-31-new-codegen-tests, r=brson
r? @pcwalton or someone
Diffstat (limited to 'src/test/codegen/stack-alloc-string-slice.cc')
| -rw-r--r-- | src/test/codegen/stack-alloc-string-slice.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/codegen/stack-alloc-string-slice.cc b/src/test/codegen/stack-alloc-string-slice.cc index 01eae9b16bb..a81f76eee0b 100644 --- a/src/test/codegen/stack-alloc-string-slice.cc +++ b/src/test/codegen/stack-alloc-string-slice.cc @@ -1,3 +1,13 @@ +// Copyright 2013 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. + #include <stddef.h> struct slice { |
