[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / Object / archive-error-tmp.txt
blobed3b14559ac72317ecf2b64b644c3912444d93a7
1 Test that no temporary file is left behind on error.
3 RUN: rm -rf %t
4 RUN: mkdir %t
5 RUN: not llvm-ar rc %t/foo.a .
6 RUN: rmdir %t