llvm-for-llvmta/utils/lit/tests/Inputs/shtest-not/not-calls-diff-with-crash.txt

7 lines
252 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
# 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