forked from OSchip/llvm-project
Fixup r248096, commit the *correct* test.
llvm-svn: 248097
This commit is contained in:
parent
a539f63ae1
commit
e210ee56f2
|
@ -415,5 +415,5 @@ ELF-X86-64-UNWIND-NEXT: Flags: [ SHF_ALLOC ]
|
|||
ELF-X86-64-UNWIND-NEXT: AddressAlign: 0x0000000000000001
|
||||
ELF-X86-64-UNWIND-NEXT: Content: ''
|
||||
|
||||
RUN: not llvm-cxxdump %t.blah 2>&1 | FileCheck --check-prefix=ENOENT %s
|
||||
ENOENT: {{.*}}.blah: {{[Nn]}}o such file or directory
|
||||
RUN: not obj2yaml %t.blah 2>&1 | FileCheck --check-prefix=ENOENT %s
|
||||
ENOENT: Error: '{{[Nn]}}o such file or directory'
|
||||
|
|
Loading…
Reference in New Issue