brintos

brintos / llvm-project-archived public Read only

0
0
Text · 274 B · c1817fd Raw
11 lines · plain
1# Check diff ("diff -I") which is aimed to ignore changes where all lines match RE.2 3# RUN: echo 'foo' > %t.04# RUN: echo 'bar1' >> %t.05# RUN: echo 'foo' >> %t.06 7# RUN: echo 'foo' > %t.18# RUN: echo 'bar2' >> %t.19# RUN: echo 'foo' >> %t.110 11# RUN: diff -I "bar*" %t.0 %t.1