mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 22:16:05 +00:00
6 lines
246 B
Plaintext
6 lines
246 B
Plaintext
# RUN: not llvm-reduce --abort-on-invalid-reduction --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:
|