Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
7303af37b78912c58d3dd14d2b6965898c31ab9b
/
.
/
llvm
/
test
/
Object
/
archive-error-tmp.txt
blob: 061898655b6c2217935b546b39edca7760374e73 [
file
] [
log
] [
blame
]
Rafael Espindola
7303af3
2013-07-16 16:00:32 +0000
[
diff
] [
blame^
]
1
REQUIRES: shell
2
3
Test that no temporary file is left behind on error.
4
5
RUN: rm -rf %t
6
RUN: mkdir %t
7
RUN: not llvm-ar rc %t/foo.a .
8
RUN: rmdir %t
9