File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ RUN: rm -f %t.foo.a
13
13
RUN: llvm-ar r %t.foo.a %t 2>&1 | FileCheck --check-prefix=CREATE %s
14
14
RUN: rm -f %t.foo.a
15
15
16
- CHECK: llvm-ar{{(.exe|.EXE)?}}: error loading '{{[^']+}}.foo.a':
16
+ CHECK: llvm-ar{{(.exe|.EXE)?}}: error: error loading '{{[^']+}}.foo.a':
17
17
CREATE: creating {{.*}}.foo.a
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ Test if we get a proper error with a filename that doesn't exist
3
3
RUN: not llvm-ar r %t.out.a sparkle.o %t 2>&1 | FileCheck %s
4
4
5
5
# Don't check the message "No such file or directory".
6
- CHECK: llvm-ar{{(.exe|.EXE)?}}: sparkle.o:
6
+ CHECK: llvm-ar{{(.exe|.EXE)?}}: error: sparkle.o:
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ CHECK-GNU: 1465 Nov 19 03:01 2004 very_long_bytecode_file_name.bc
49
49
CHECK-DARWIN: 1472 Nov 19 03:01 2004 very_long_bytecode_file_name.bc
50
50
51
51
RUN: not llvm-ar x %p/Inputs/GNU.a foo.o 2>&1 | FileCheck --check-prefix=NOTFOUND %s
52
- NOTFOUND: foo.o was not found
52
+ NOTFOUND: error: ' foo.o' was not found
53
53
54
54
RUN: not llvm-ar x %p/Inputs/thin.a foo.o 2>&1 | FileCheck %s --check-prefix=THINEXTRACT
55
55
THINEXTRACT: extracting from a thin archive is not supported
You can’t perform that action at this time.
0 commit comments