Skip to content

Commit

Permalink
llvm-reduce: Try running test in temporary directory
Browse files Browse the repository at this point in the history
Attempt to fix issue #61761
  • Loading branch information
arsenm committed Apr 7, 2023
1 parent 436758f commit 546daf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-reduce/file-output-type.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# REQUIRES: default_triple
# RUN: rm -f reduced.ll reduced.bc
# RUN: rm -rf %t.dir && mkdir %t.dir

# RUN: llvm-as -o test-output-format.bc %p/Inputs/test-output-format.ll

Expand Down

0 comments on commit 546daf1

Please sign in to comment.