diff options
-rw-r--r-- | llvm/test/MC/ARM/preserve-comments-arm.s | 2 | ||||
-rw-r--r-- | llvm/utils/lit/tests/shtest-shell.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/ARM/preserve-comments-arm.s b/llvm/test/MC/ARM/preserve-comments-arm.s index fe8f5081bb1..4c480096c66 100644 --- a/llvm/test/MC/ARM/preserve-comments-arm.s +++ b/llvm/test/MC/ARM/preserve-comments-arm.s @@ -1,6 +1,6 @@ @RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t @RUN: sed 's/#[C]omment/@Comment/g' %s > %t2 - @RUN: diff --strip-trailing-cr %t %t2 + @RUN: diff %t %t2 .text mov r0, r0 diff --git a/llvm/utils/lit/tests/shtest-shell.py b/llvm/utils/lit/tests/shtest-shell.py index 9a6f2aac0a4..adbe4dc56a1 100644 --- a/llvm/utils/lit/tests/shtest-shell.py +++ b/llvm/utils/lit/tests/shtest-shell.py @@ -4,7 +4,7 @@ # FIXME: Temporarily dump test output so we can debug failing tests on # buildbots. # RUN: cat %t.out -# RUN: FileCheck --input-file %t.out %s +# RUN: FileCheck --dump-input=fail --color -vv --input-file %t.out %s # # END. |