xref: /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff-with-crash.txt (revision 82d56013d7b633d116a93943de88e08335357a7c)
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