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 | 9 |
1 files changed, 0 insertions, 9 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 deleted file mode 100644 index d8b9718a099..00000000000 --- a/llvm/utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt +++ /dev/null @@ -1,9 +0,0 @@ -# Check that diff falls back to binary mode if it cannot decode a file. - -# RUN: diff -u diff-in.bin diff-in.bin -# RUN: diff -u diff-in.utf16 diff-in.bin && false || true -# RUN: diff -u diff-in.utf8 diff-in.bin && false || true -# RUN: diff -u diff-in.bin diff-in.utf8 && false || true - -# Fail so lit will print output. -# RUN: false |