mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-21 03:05:26 -04:00
4561efc963
Patch by Sam Clegg! Differential Revision: https://reviews.llvm.org/D31351 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299546 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
# 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 opening '{{.*}}/path/does/not/exist': {{.*}}
|