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

change in r221153.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-11-04 13:19:29 +00:00
parent 992662c0ad
commit 12fcb9cf0d
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