brintos

brintos / llvm-project-archived public Read only

0
0
Text · 182 B · d673acc Raw
5 lines · plain
1# Test case when the input file does not exist.2RUN: not yaml2obj %t.blah 2>&1 | FileCheck -DMSG=%errc_ENOENT --check-prefix=ENOENT %s3 4ENOENT: yaml2obj: error: {{.*}}.blah: [[MSG]]5