blob: 7b76fe1c1a0efda146bb2bd0455b80901f21068b (
plain)
1
2
3
4
|
# RUN: not yaml2obj -o %p/path/does/not/exist 2>&1 | FileCheck %s
## Don't check the OS-dependent message "No such file or directory".
# CHECK: yaml2obj: error: failed to open '{{.*}}/path/does/not/exist': {{.*}}
|