forked from OSchip/llvm-project
llvm/test/Object/ar-create.test: Relax a CHECK line to satisfy localized message catalogue.
For example, 'No such file or directory' cannot be seen on Japanese version of msvcrt. llvm-svn: 186469
This commit is contained in:
parent
c398315043
commit
86bae2c54d
|
@ -13,5 +13,5 @@ RUN: rm -f %t.foo.a
|
|||
RUN: llvm-ar r %t.foo.a %t 2>&1 | FileCheck --check-prefix=CREATE %s
|
||||
RUN: rm -f %t.foo.a
|
||||
|
||||
CHECK: .foo.a': No such file or directory
|
||||
CHECK: llvm-ar{{(.exe|.EXE)?}}: error loading '{{[^']+}}.foo.a':
|
||||
CREATE: creating {{.*}}.foo.a
|
||||
|
|
Loading…
Reference in New Issue