brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 71ed5ee Raw
4 lines · plain
1RUN: not llvm-remarkutil bitstream2yaml %p/Inputs/i-do-not-exist -o - 2>&1 | FileCheck %s2RUN: not llvm-remarkutil yaml2bitstream %p/Inputs/i-do-not-exist -o - 2>&1 | FileCheck %s3CHECK: error: Cannot open file4