5 lines
217 B
Text
5 lines
217 B
Text
# RUN: not llvm-reduce --test=echo %s.NotAFileInTestingDir 2>&1 | FileCheck %s
|
|
|
|
This file will not be read. An invalid file path is fed to llvm-reduce.
|
|
|
|
# CHECK: llvm-reduce{{.*}}: error: {{.*}}.NotAFileInTestingDir:
|