mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
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
|
||
|
|