Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / lit / tests / Inputs / shtest-shell / diff-w.txt
blobe5b0777c4186b720e2c5846b237f2660c4a2ec6b
1 # RUN: echo 'f o o' > %t.0
2 # RUN: echo 'b a r' >> %t.0
3 # RUN: echo 'b a z' >> %t.0
5 # RUN: echo 'f  o  o' > %t.1
6 # RUN: echo 'bar' >> %t.1
7 # RUN: echo 'b a t' >> %t.1
9 # Due to -w, only third line has a change.
10 # RUN: diff -w %t.0 %t.1