brintos

brintos / llvm-project-archived public Read only

0
0
Text · 216 B · ef3d06c Raw
6 lines · plain
1# RUN: not llvm-ifs --output-ifs=%t.tbe %s.NotAFileInTestingDir 2>&1 | FileCheck %s2 3This file will not be read. An invalid file path is fed to llvm-ifs.4 5# CHECK: error: Could not open `{{.*}}.NotAFileInTestingDir`6