1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Re-enable tests in llvm/test/Object, corresponding to line_iterator's

change in r221153.

llvm-svn: 221265
This commit is contained in:
NAKAMURA Takumi 2014-11-04 13:19:29 +00:00
parent 92763119a2
commit 74fdfce630
5 changed files with 0 additions and 15 deletions

View File

@ -12,6 +12,3 @@
; CHECK-NEXT: very_long_bytecode_file_name.bc
; CHECK-NEXT: IsNAN.o
; CHECK-NEXT: test
; line_iterator is incompatible to CRLF.
; REQUIRES: shell

View File

@ -31,6 +31,3 @@
; NEW-NEXT: 0000000000000000 t bar
; NEW-NEXT: 0000000000000006 T foo
; NEW-NEXT: 0000000000000016 T main
; line_iterator is incompatible to CRLF.
; REQUIRES: shell

View File

@ -4,6 +4,3 @@
; RUN: llvm-ar -M < %t.mri
; RUN: llvm-ar t %t.a
; line_iterator is incompatible to CRLF.
; REQUIRES: shell

View File

@ -4,6 +4,3 @@
; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
; CHECK: File already saved.
; line_iterator is incompatible to CRLF.
; REQUIRES: shell

View File

@ -2,6 +2,3 @@
; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
; CHECK: Unknown command: abc.
; line_iterator is incompatible to CRLF.
; REQUIRES: shell