Fix missing -
in lit-test
and fix typo.
This commit is contained in:
parent
ce843d870f
commit
f447a9011b
@ -109,7 +109,7 @@ echo "== Merging (no conflict)"
|
||||
lit merge r3
|
||||
|
||||
# file2 should now be present.
|
||||
diff -s subfolder/file2 <<-EOF
|
||||
diff -s subfolder/file2 - <<-EOF
|
||||
This is the first line of the second file.
|
||||
And another line in the second file.
|
||||
EOF
|
||||
@ -152,7 +152,7 @@ diff -s file1 - <<-EOF
|
||||
Fifth line on top of r4.
|
||||
EOF
|
||||
|
||||
# other breanch
|
||||
# other branch
|
||||
diff -s file1.r6 - <<-EOF
|
||||
This is the first line of the first file. 🚀
|
||||
This is the second line of the first file.
|
||||
|
Loading…
Reference in New Issue
Block a user