diff --git a/test/Object/mri-addlib.test b/test/Object/mri-addlib.test index 5af09e36907..745bcf65e7f 100644 --- a/test/Object/mri-addlib.test +++ b/test/Object/mri-addlib.test @@ -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 diff --git a/test/Object/mri-addmod.test b/test/Object/mri-addmod.test index 0e9e67924ff..f1048489e95 100644 --- a/test/Object/mri-addmod.test +++ b/test/Object/mri-addmod.test @@ -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 diff --git a/test/Object/mri1.test b/test/Object/mri1.test index ad3bbde72b1..3d27db7996a 100644 --- a/test/Object/mri1.test +++ b/test/Object/mri1.test @@ -4,6 +4,3 @@ ; RUN: llvm-ar -M < %t.mri ; RUN: llvm-ar t %t.a - -; line_iterator is incompatible to CRLF. -; REQUIRES: shell diff --git a/test/Object/mri3.test b/test/Object/mri3.test index 4a7360134dc..bdc53991510 100644 --- a/test/Object/mri3.test +++ b/test/Object/mri3.test @@ -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 diff --git a/test/Object/mri4.test b/test/Object/mri4.test index 1be4fd0ad87..a24c14d7d28 100644 --- a/test/Object/mri4.test +++ b/test/Object/mri4.test @@ -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