ReleaseNotes: drop in-progress warning and svn checkout note
[oota-llvm.git] / test / Object / archive-error-tmp.txt
1 Test that no temporary file is left behind on error.
2
3 RUN: rm -rf %t
4 RUN: mkdir %t
5 RUN: not llvm-ar rc %t/foo.a .
6 RUN: rmdir %t
7