about summary refs log tree commit diff
path: root/src/test/codegen/stack-alloc-string-slice.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-01 09:28:36 -0700
committerbors <bors@rust-lang.org>2013-08-01 09:28:36 -0700
commit7daea7c9c107238ba7bfc2e9f0e8955d42ad71ed (patch)
tree8072911c3311592464ddfdb9a34492f133568687 /src/test/codegen/stack-alloc-string-slice.rs
parentfe28ac6891ae2619094e88d9b7859772e685a27f (diff)
parent8261f2c37c7181fb4a40e8f8d9eaebb96deea9bb (diff)
downloadrust-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.rs')
-rw-r--r--src/test/codegen/stack-alloc-string-slice.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/codegen/stack-alloc-string-slice.rs b/src/test/codegen/stack-alloc-string-slice.rs
index e7cd84f63f2..b776f5a46a7 100644
--- a/src/test/codegen/stack-alloc-string-slice.rs
+++ b/src/test/codegen/stack-alloc-string-slice.rs
@@ -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.
+
 #[no_mangle]
 fn test() {
     let _x = "hello";