mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
c6eb082245
Patch by Sam Clegg! Differential Revision: https://reviews.llvm.org/D31351 llvm-svn: 299546
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': {{.*}}
|