summaryrefslogtreecommitdiff
path: root/test/Object/mri3.test
blob: bdc53991510e8eb8b456f9fd6b2a8df77ce4121a (plain)
1
2
3
4
5
6
; 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.