[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-ar / mri3.test
blob697878bfff4b7e61bbe97315ace4ba46ab8fd9e7
1 ; RUN: echo save > %t.mri
2 ; RUN: echo create %t.a >> %t.mri
3 ; RUN: echo end >> %t.mri
5 ; RUN: not llvm-ar -M  < %t.mri 2>&1 | FileCheck %s
6 ; CHECK: error: script line 2: file already saved