brintos

brintos / llvm-project-archived public Read only

0
0
Text · 128 B · 71bfe04 Raw
5 lines · plain
1# Check error on a unsupported rm (only supports -f option and in combination with -r).2#3#### RUN: rm -r hello4# RUN: rm hello5