xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff-with-crash.txt (revision f1b4c4bfd0b55c3c0abbc73e1159117f8533aca3)
1# Lit's diff is out-of-process, so check that "not --crash diff" fails because
2# diff doesn't crash rather than because "not --crash diff" isn't supported.
3
4# RUN: echo 'foo' > %t.foo
5# RUN: echo 'bar' > %t.bar
6# RUN: not --crash diff -u %t.foo %t.bar
7