about summary refs log tree commit diff
path: root/src/test/ui/custom_test_frameworks
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2018-12-25 08:56:47 -0700
committerMark Rousskov <mark.simulacrum@gmail.com>2018-12-25 21:08:33 -0700
commit2a663555ddf36f6b041445894a8c175cd1bc718c (patch)
tree98a0185efa6c05885b8d75c76d65880d514ff8d3 /src/test/ui/custom_test_frameworks
parent14b96659e4e9b2f31431df48f47c219957e2666a (diff)
downloadrust-2a663555ddf36f6b041445894a8c175cd1bc718c.tar.gz
rust-2a663555ddf36f6b041445894a8c175cd1bc718c.zip
Remove licenses
Diffstat (limited to 'src/test/ui/custom_test_frameworks')
-rw-r--r--src/test/ui/custom_test_frameworks/auxiliary/dynamic_runner.rs10
-rw-r--r--src/test/ui/custom_test_frameworks/auxiliary/example_runner.rs10
-rw-r--r--src/test/ui/custom_test_frameworks/dynamic.rs10
-rw-r--r--src/test/ui/custom_test_frameworks/full.rs10
-rw-r--r--src/test/ui/custom_test_frameworks/mismatch.rs10
-rw-r--r--src/test/ui/custom_test_frameworks/mismatch.stderr2
6 files changed, 1 insertions, 51 deletions
diff --git a/src/test/ui/custom_test_frameworks/auxiliary/dynamic_runner.rs b/src/test/ui/custom_test_frameworks/auxiliary/dynamic_runner.rs
index c204e69eafc..a56e0b1f5f0 100644
--- a/src/test/ui/custom_test_frameworks/auxiliary/dynamic_runner.rs
+++ b/src/test/ui/custom_test_frameworks/auxiliary/dynamic_runner.rs
@@ -1,13 +1,3 @@
-// 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 <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.
-
 use std::process::exit;
 
 pub trait Testable {
diff --git a/src/test/ui/custom_test_frameworks/auxiliary/example_runner.rs b/src/test/ui/custom_test_frameworks/auxiliary/example_runner.rs
index 7b6b5e02955..dd68c0685ac 100644
--- a/src/test/ui/custom_test_frameworks/auxiliary/example_runner.rs
+++ b/src/test/ui/custom_test_frameworks/auxiliary/example_runner.rs
@@ -1,13 +1,3 @@
-// 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 <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.
-
 pub trait Testable {
     fn name(&self) -> String;
     fn run(&self) -> Option<String>; // None will be success, Some is the error message
diff --git a/src/test/ui/custom_test_frameworks/dynamic.rs b/src/test/ui/custom_test_frameworks/dynamic.rs
index f82571b948a..6766ec542b1 100644
--- a/src/test/ui/custom_test_frameworks/dynamic.rs
+++ b/src/test/ui/custom_test_frameworks/dynamic.rs
@@ -1,13 +1,3 @@
-// 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 <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.
-
 // run-pass
 // aux-build:dynamic_runner.rs
 // compile-flags:--test
diff --git a/src/test/ui/custom_test_frameworks/full.rs b/src/test/ui/custom_test_frameworks/full.rs
index 9fcf76ec33e..8c818826857 100644
--- a/src/test/ui/custom_test_frameworks/full.rs
+++ b/src/test/ui/custom_test_frameworks/full.rs
@@ -1,13 +1,3 @@
-// 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 <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.
-
 // run-pass
 // aux-build:example_runner.rs
 // compile-flags:--test
diff --git a/src/test/ui/custom_test_frameworks/mismatch.rs b/src/test/ui/custom_test_frameworks/mismatch.rs
index ca5a6f7f3d2..e6848e2f3bd 100644
--- a/src/test/ui/custom_test_frameworks/mismatch.rs
+++ b/src/test/ui/custom_test_frameworks/mismatch.rs
@@ -1,13 +1,3 @@
-// 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 <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.
-
 // aux-build:example_runner.rs
 // compile-flags:--test
 #![feature(custom_test_frameworks)]
diff --git a/src/test/ui/custom_test_frameworks/mismatch.stderr b/src/test/ui/custom_test_frameworks/mismatch.stderr
index 8e2afaedfff..9e2688c6393 100644
--- a/src/test/ui/custom_test_frameworks/mismatch.stderr
+++ b/src/test/ui/custom_test_frameworks/mismatch.stderr
@@ -1,5 +1,5 @@
 error[E0277]: the trait bound `test::TestDescAndFn: example_runner::Testable` is not satisfied
-  --> $DIR/mismatch.rs:19:1
+  --> $DIR/mismatch.rs:9:1
    |
 LL | fn wrong_kind(){}
    | ^^^^^^^^^^^^^^^^^ the trait `example_runner::Testable` is not implemented for `test::TestDescAndFn`