brintos

brintos / llvm-project-archived public Read only

0
0
Text · 149 B · aa2b912 Raw
4 lines · plain
1# RUN: not obj2yaml  %p/path/does/not/exist 2>&1 | FileCheck -DMSG=%errc_ENOENT %s2 3# CHECK: Error reading file: {{.*}}/path/does/not/exist: [[MSG]]4