brintos

brintos / llvm-project-archived public Read only

0
0
Text · 235 B · 67d6781 Raw
12 lines · plain
1RUN: mkdir -p %t2RUN: cd %t3RUN: rm -rf foo4RUN: echo foo > foo5RUN: rm -f test.a6RUN: llvm-ar rc          test.a foo7RUN: rm foo8RUN: mkdir foo9RUN: not llvm-ar x test.a foo 2>&1 | FileCheck -DMSG=%errc_EISDIR %s10 11CHECK: foo: [[MSG]]12