[AVR] Fix shift node descriptions (#117456)
[llvm-project.git] / llvm / test / tools / llvm-ifs / fail-file-open.test
blobef3d06c7a3e155564d0e7ae561bcbc830ec68ac2
1 # RUN: not llvm-ifs --output-ifs=%t.tbe %s.NotAFileInTestingDir 2>&1 | FileCheck %s
3 This file will not be read. An invalid file path is fed to llvm-ifs.
5 # CHECK: error: Could not open `{{.*}}.NotAFileInTestingDir`