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