about summary refs log tree commit diff
path: root/src/test/ui/on-unimplemented/no-debug.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/on-unimplemented/no-debug.rs')
-rw-r--r--src/test/ui/on-unimplemented/no-debug.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/on-unimplemented/no-debug.rs b/src/test/ui/on-unimplemented/no-debug.rs
index 858df17ffda..45c9ea46fa2 100644
--- a/src/test/ui/on-unimplemented/no-debug.rs
+++ b/src/test/ui/on-unimplemented/no-debug.rs
@@ -14,4 +14,3 @@ fn main() {
 //~| ERROR `no_debug::Bar` doesn't implement `std::fmt::Debug`
 //~^^^^ ERROR `Foo` doesn't implement `std::fmt::Display`
 //~| ERROR `no_debug::Bar` doesn't implement `std::fmt::Display`
-