1# RUN: not llvm-reduce --abort-on-invalid-reduction --test=echo %s.NotAFileInTestingDir 2>&1 | FileCheck %s
2
3This file will not be read. An invalid file path is fed to llvm-reduce.
4
5# CHECK: llvm-reduce{{.*}}: error: {{.*}}.NotAFileInTestingDir:
6