llvm-6502/test/Object/mri3.test

10 lines
228 B
Plaintext

; 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