[NFC] Maintainers.rst: align email address formatting
[llvm-project.git] / llvm / test / tools / llvm-ar / mri2.test
blob2e90171c6acb8a37d04dac7d31856d38884c7445
1 ; RUN: echo create %t.a > %t.mri
2 ; RUN: echo create %t.a >> %t.mri
3 ; RUN: echo save >> %t.mri
4 ; RUN: echo end >> %t.mri
6 ; RUN: not llvm-ar -M  < %t.mri 2>&1 | FileCheck %s
7 ; CHECK: error: script line 2: editing multiple archives not supported