bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff-with-crash.txt
2025-02-14 19:21:04 +01:00

6 lines
252 B
Text

# 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