blob: e13f54c07bd035eb31eb707e61b71fd21511575e [file] [log] [blame]
Rafael Espindola84ef7b42017-09-07 22:20:38 +00001Test that llvm-ar exits with 1 when there is an error.
2
3RUN: not llvm-ar e 2>&1 | FileCheck %s
4CHECK: unknown option e.
Rafael Espindola39c150e2017-09-07 23:30:48 +00005CHECK: OVERVIEW: LLVM Archiver (llvm-ar)