]> git.proxmox.com Git - rustc.git/blame - src/llvm/test/Object/archive-error-tmp.txt
Imported Upstream version 1.0.0~0alpha
[rustc.git] / src / llvm / test / Object / archive-error-tmp.txt
CommitLineData
1a4d82fc
JJ
1REQUIRES: shell
2
3Test that no temporary file is left behind on error.
4
5RUN: rm -rf %t
6RUN: mkdir %t
7RUN: not llvm-ar rc %t/foo.a .
8RUN: rmdir %t
9