about summary refs log tree commit diff
path: root/src/test/ui/panic-handler/panic-handler-std.rs
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2020-01-10 14:36:22 +0000
committervarkor <github@varkor.com>2020-01-12 15:37:50 +0000
commit8461fa51198ad5db1d070620fe4186aaec648438 (patch)
tree14f2efd3dd85de86ef4ec9cf92128b7b2f7e316f /src/test/ui/panic-handler/panic-handler-std.rs
parent0810210bcb2c1a50d815e8e71d6db3b6cb0aba7f (diff)
downloadrust-8461fa51198ad5db1d070620fe4186aaec648438.tar.gz
rust-8461fa51198ad5db1d070620fe4186aaec648438.zip
Diagnostics should not end with a full stop
Diffstat (limited to 'src/test/ui/panic-handler/panic-handler-std.rs')
-rw-r--r--src/test/ui/panic-handler/panic-handler-std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/panic-handler/panic-handler-std.rs b/src/test/ui/panic-handler/panic-handler-std.rs
index fffb5977871..0acc2722cb2 100644
--- a/src/test/ui/panic-handler/panic-handler-std.rs
+++ b/src/test/ui/panic-handler/panic-handler-std.rs
@@ -1,4 +1,4 @@
-// error-pattern: duplicate lang item found: `panic_impl`.
+// error-pattern: found duplicate lang item `panic_impl`
 
 
 use std::panic::PanicInfo;