blob: df721275cb0bf187021ecbb6e6ac17216bdb0dfb (
plain)
1
2
3
4
5
6
|
# Lit's diff is out-of-process, so check that "not --crash diff" fails because
# diff doesn't crash rather than because "not --crash diff" isn't supported.
# RUN: echo 'foo' > %t.foo
# RUN: echo 'bar' > %t.bar
# RUN: not --crash diff -u %t.foo %t.bar
|