Skip to content

Commit

Permalink
llvm-reduce: Try to fix test on windows buildbots
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm committed Apr 27, 2022
1 parent 9df99d8 commit 49c7534
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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: {{.*}}llvm-reduce{{.*}}: error: unable to get target for 'omgwtfbbqcpu64--', see --version and --triple.

--- |
target triple = "omgwtfbbqcpu64--"
Expand Down

0 comments on commit 49c7534

Please sign in to comment.