xref: /llvm-project/llvm/test/tools/llvm-remarkutil/file-does-not-exist.test (revision 7d80b94ca3ab4563c964ebbf3662c0d3033dc91a)
1RUN: not llvm-remarkutil bitstream2yaml %p/Inputs/i-do-not-exist -o - 2>&1 | FileCheck %s
2RUN: not llvm-remarkutil yaml2bitstream %p/Inputs/i-do-not-exist -o - 2>&1 | FileCheck %s
3CHECK: error: Cannot open file
4