brintos

brintos / llvm-project-archived public Read only

0
0
Text · 129 B · ed3b145 Raw
8 lines · plain
1Test that no temporary file is left behind on error.2 3RUN: rm -rf %t4RUN: mkdir %t5RUN: not llvm-ar rc %t/foo.a .6RUN: rmdir %t7 8