xref: /llvm-project/llvm/test/tools/llvm-ifs/fail-file-open.test (revision 5e171cebd3bafbf39cdad6294fe26c3952aedbc3)
1# RUN: not llvm-ifs --output-ifs=%t.tbe %s.NotAFileInTestingDir 2>&1 | FileCheck %s
2
3This file will not be read. An invalid file path is fed to llvm-ifs.
4
5# CHECK: error: Could not open `{{.*}}.NotAFileInTestingDir`
6