brintos

brintos / llvm-project-archived public Read only

0
0
Text · 189 B · 697878b Raw
7 lines · plain
1; RUN: echo save > %t.mri2; RUN: echo create %t.a >> %t.mri3; RUN: echo end >> %t.mri4 5; RUN: not llvm-ar -M  < %t.mri 2>&1 | FileCheck %s6; CHECK: error: script line 2: file already saved7