brintos

brintos / llvm-project-archived public Read only

0
0
Text · 134 B · a44a07c Raw
6 lines · plain
1# Check that we can delete a symlink to a folder without -r2#3# RUN: mkdir %t.dir4# RUN: ln -s %t.dir %t.symlink5# RUN: rm %t.symlink6