• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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