Skip to content

Commit

Permalink
Revert r374653: "[lit] Fix a few oversights in r374651 that broke som…
Browse files Browse the repository at this point in the history
…e bots"

This series of patches still breaks a Windows bot.

llvm-svn: 374678
  • Loading branch information
jdenny-ornl committed Oct 12, 2019
1 parent e9d3b81 commit 9abfa58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/test/MC/ARM/preserve-comments-arm.s
@@ -1,6 +1,6 @@
@RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t @RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
@RUN: sed 's/#[C]omment/@Comment/g' %s > %t2 @RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
@RUN: diff --strip-trailing-cr %t %t2 @RUN: diff %t %t2
.text .text


mov r0, r0 mov r0, r0
Expand Down
2 changes: 1 addition & 1 deletion llvm/utils/lit/tests/shtest-shell.py
Expand Up @@ -4,7 +4,7 @@
# FIXME: Temporarily dump test output so we can debug failing tests on # FIXME: Temporarily dump test output so we can debug failing tests on
# buildbots. # buildbots.
# RUN: cat %t.out # RUN: cat %t.out
# RUN: FileCheck --input-file %t.out %s # RUN: FileCheck --dump-input=fail --color -vv --input-file %t.out %s
# #
# END. # END.


Expand Down

0 comments on commit 9abfa58

Please sign in to comment.