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