]> git.proxmox.com Git - rustc.git/blame - src/llvm/test/Object/mri3.test
Imported Upstream version 1.0.0-alpha.2
[rustc.git] / src / llvm / test / Object / mri3.test
CommitLineData
85aaf69f
SL
1; RUN: echo save > %t.mri
2; RUN: echo create %t.a >> %t.mri
3; RUN: echo end >> %t.mri
4
5; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
6; CHECK: File already saved.