brintos

brintos / llvm-project-archived public Read only

0
0
Text · 413 B · d16ce75 Raw
17 lines · plain
1# RUN: echo 'foo' > %t.foo02# RUN: echo 'foo' > %t.foo13# RUN: echo 'bar' > %t.bar4 5# diff fails.6# RUN: not diff %t.foo0 %t.bar7# RUN: not not not diff %t.foo0 %t.bar8# RUN: not not not not not diff %t.foo0 %t.bar9 10# diff succeeds.11# RUN: diff %t.foo0 %t.foo112# RUN: not not diff %t.foo0 %t.foo113# RUN: not not not not diff %t.foo0 %t.foo114 15# diff succeeds but we expect failure.16# RUN: not diff %t.foo0 %t.foo117