llvm-for-llvmta/utils/lit/tests/Inputs/shtest-shell/diff-b.txt

9 lines
181 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
# RUN: echo 'f o o' > %t.0
# RUN: echo 'b a r' >> %t.0
# RUN: echo 'f o o' > %t.1
# RUN: echo 'bar' >> %t.1
# Due to -b, only second line has a change.
# RUN: diff -b %t.0 %t.1