brintos

brintos / llvm-project-archived public Read only

0
0
Text · 252 B · df72127 Raw
7 lines · plain
1# Lit's diff is out-of-process, so check that "not --crash diff" fails because2# diff doesn't crash rather than because "not --crash diff" isn't supported.3 4# RUN: echo 'foo' > %t.foo5# RUN: echo 'bar' > %t.bar6# RUN: not --crash diff -u %t.foo %t.bar7