summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/mri2.test
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-09-14 01:18:47 +0000
committerFangrui Song <maskray@google.com>2019-09-14 01:18:47 +0000
commit8a468031cd0b088d0f0b01df72d981885a6d4e89 (patch)
tree5f86f900959c2b37f18f0b4ed37ab16d4f8953b7 /llvm/test/Object/mri2.test
parentc45fd0cad428f531c30f0629852aab2fcebe7b47 (diff)
downloadbcm5719-llvm-8a468031cd0b088d0f0b01df72d981885a6d4e89.tar.gz
bcm5719-llvm-8a468031cd0b088d0f0b01df72d981885a6d4e89.zip
[llvm-ar] Uncapitalize error messages and delete full stop
Most GNU binutils don't append full stops in error messages. This convention has been adopted by a bunch of LLVM binary utilities. Make llvm-ar follow the convention as well. Reviewed By: grimar Differential Revision: https://reviews.llvm.org/D67558 llvm-svn: 371912
Diffstat (limited to 'llvm/test/Object/mri2.test')
-rw-r--r--llvm/test/Object/mri2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/mri2.test b/llvm/test/Object/mri2.test
index 0c241793417..c4dadf13f26 100644
--- a/llvm/test/Object/mri2.test
+++ b/llvm/test/Object/mri2.test
@@ -4,4 +4,4 @@
; RUN: echo end >> %t.mri
; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
-; CHECK: Editing multiple archives not supported
+; CHECK: error: editing multiple archives not supported
OpenPOWER on IntegriCloud