about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-alloc_error_handler.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/missing/missing-alloc_error_handler.stderr')
-rw-r--r--src/test/ui/missing/missing-alloc_error_handler.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/missing/missing-alloc_error_handler.stderr b/src/test/ui/missing/missing-alloc_error_handler.stderr
index 511d0788b40..ed84493deb5 100644
--- a/src/test/ui/missing/missing-alloc_error_handler.stderr
+++ b/src/test/ui/missing/missing-alloc_error_handler.stderr
@@ -1,6 +1,6 @@
-error: `#[alloc_error_handler]` function required, but not found.
+error: `#[alloc_error_handler]` function required, but not found
 
-note: Use `#![feature(default_alloc_error_handler)]` for a default error handler.
+note: Use `#![feature(default_alloc_error_handler)]` for a default error handler
 
 error: aborting due to previous error