blob: ed3b14559ac72317ecf2b64b644c3912444d93a7 [file] [log] [blame]
Rafael Espindola7303af32013-07-16 16:00:32 +00001Test that no temporary file is left behind on error.
2
3RUN: rm -rf %t
4RUN: mkdir %t
5RUN: not llvm-ar rc %t/foo.a .
6RUN: rmdir %t
7