Skip to content

Commit

Permalink
[llvm] fix bitcode-strip.test on windows
Browse files Browse the repository at this point in the history
Remove the executable name from the test match as this will have
a `.exe` suffix on windows.

Reviewed By: drodriguez

Differential Revision: https://reviews.llvm.org/D121000
  • Loading branch information
rmaz authored and drodriguez committed Mar 4, 2022
1 parent 21dc4ad commit 8ba84ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# RUN: llvm-bitcode-strip %t -o %t2
# RUN: cmp %t %t2

# MISSING-ARG: llvm-bitcode-strip: error: -o is a required argument
# MISSING-ARG: error: -o is a required argument

--- !mach-o
FileHeader:
Expand Down

0 comments on commit 8ba84ce

Please sign in to comment.