Home | History | Annotate | Download | only in Object
      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 
     10