mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 10:04:33 +00:00
919b448c2e
It seems there's more copy-paste between tools than needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247954 91177308-0d34-0410-b5e6-96231b3b80d8
3 lines
126 B
Plaintext
3 lines
126 B
Plaintext
RUN: not llvm-readobj %t.blah 2>&1 | FileCheck --check-prefix=ENOENT %s
|
|
ENOENT: {{.*}}.blah: {{[Nn]}}o such file or directory
|