about summary refs log tree commit diff
path: root/src/test/compile-fail/derives-span-PartialOrd-tuple-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/derives-span-PartialOrd-tuple-struct.rs')
-rw-r--r--src/test/compile-fail/derives-span-PartialOrd-tuple-struct.rs8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/test/compile-fail/derives-span-PartialOrd-tuple-struct.rs b/src/test/compile-fail/derives-span-PartialOrd-tuple-struct.rs
index 1afb7bc2b4c..f2df01222b9 100644
--- a/src/test/compile-fail/derives-span-PartialOrd-tuple-struct.rs
+++ b/src/test/compile-fail/derives-span-PartialOrd-tuple-struct.rs
@@ -1,4 +1,4 @@
-// Copyright 2016 The Rust Project Developers. See the COPYRIGHT
+// 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.
 //
@@ -18,12 +18,6 @@ struct Struct(
     Error //~ ERROR
 //~^ ERROR
 //~^^ ERROR
-//~^^^ ERROR
-//~^^^^ ERROR
-//~^^^^^ ERROR
-//~^^^^^^ ERROR
-//~^^^^^^^ ERROR
-//~^^^^^^^^ ERROR
 );
 
 fn main() {}