forked from OSchip/llvm-project
llvm-reduce: Don't check tool name in error message check
Windows is being difficult and I don't know how to check the program name here
This commit is contained in:
parent
cd5f9efc4d
commit
cf68b31f14
|
@ -1,6 +1,6 @@
|
|||
# RUN: not llvm-reduce --test FileCheck %s -o /dev/null 2>&1 | FileCheck %s
|
||||
|
||||
# CHECK: {{.*}}llvm-reduce{{.*}}: error: unable to get target for 'omgwtfbbqcpu64--', see --version and --triple.
|
||||
# CHECK: error: unable to get target for 'omgwtfbbqcpu64--', see --version and --triple.
|
||||
|
||||
--- |
|
||||
target triple = "omgwtfbbqcpu64--"
|
||||
|
|
Loading…
Reference in New Issue