mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
0187705397
llvm-svn: 221269
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
Test that no temporary file is left behind on error.
|
|
|
|
RUN: rm -rf %t
|
|
RUN: mkdir %t
|
|
RUN: not llvm-ar rc %t/foo.a .
|
|
RUN: rmdir %t
|
|
|