[test] Update the name of the debug entry values option. NFC
[llvm-core.git] / test / Object / mri3.test
blobbdc53991510e8eb8b456f9fd6b2a8df77ce4121a
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: File already saved.