Home | History | Annotate | Download | only in llvm-readobj
      1 RUN: not llvm-readobj %t.blah 2>&1 | FileCheck --check-prefix=ENOENT %s
      2 ENOENT: {{.*}}.blah: {{[Nn]}}o such file or directory
      3