summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/ar-error.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Object/ar-error.test')
-rw-r--r--llvm/test/Object/ar-error.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/ar-error.test b/llvm/test/Object/ar-error.test
index 7add9b448e1..d212555f5c3 100644
--- a/llvm/test/Object/ar-error.test
+++ b/llvm/test/Object/ar-error.test
@@ -3,4 +3,4 @@ Test if we get a proper error with a filename that doesn't exist
RUN: not llvm-ar r %t.out.a sparkle.o %t 2>&1 | FileCheck %s
# Don't check the message "No such file or directory".
-CHECK: llvm-ar{{(.exe|.EXE)?}}: sparkle.o:
+CHECK: llvm-ar{{(.exe|.EXE)?}}: error: sparkle.o:
OpenPOWER on IntegriCloud