blob: 4a7360134dcb7114d170e0ceb1b3631a93b3243d (
plain)
1
2
3
4
5
6
7
8
9
|
; RUN: echo save > %t.mri
; RUN: echo create %t.a >> %t.mri
; RUN: echo end >> %t.mri
; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
; CHECK: File already saved.
; line_iterator is incompatible to CRLF.
; REQUIRES: shell
|