diff options
Diffstat (limited to 'llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt')
-rw-r--r-- | llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt index 044908f7725..d8b9718a099 100644 --- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt +++ b/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt @@ -5,11 +5,5 @@ # RUN: diff -u diff-in.utf8 diff-in.bin && false || true # RUN: diff -u diff-in.bin diff-in.utf8 && false || true -# RUN: cat diff-in.bin | diff -u - diff-in.bin -# RUN: cat diff-in.bin | diff -u diff-in.bin - -# RUN: cat diff-in.bin | diff -u diff-in.utf16 - && false || true -# RUN: cat diff-in.bin | diff -u diff-in.utf8 - && false || true -# RUN: cat diff-in.bin | diff -u - diff-in.utf8 && false || true - # Fail so lit will print output. # RUN: false |