e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
7 lines
168 B
Plaintext
7 lines
168 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.
|