mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-01 21:04:04 -04:00
[lit] Fix a few oversights in r374651 that broke some bots
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374653 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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 %t %t2
|
||||
@RUN: diff --strip-trailing-cr %t %t2
|
||||
.text
|
||||
|
||||
mov r0, r0
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# FIXME: Temporarily dump test output so we can debug failing tests on
|
||||
# buildbots.
|
||||
# RUN: cat %t.out
|
||||
# RUN: FileCheck --dump-input=fail --color -vv --input-file %t.out %s
|
||||
# RUN: FileCheck --input-file %t.out %s
|
||||
#
|
||||
# END.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user