Fix the interpretation of a 0 st_name.
[oota-llvm.git] / test / Object / mri-addmod.test
index 3a59a3bbd96ffddbb5587eed8e5b9413f6ad469f..f1048489e95ee6a0e32a8cda734b6a89e6a61d68 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: echo create %t.a > %t.mri
-; RUN: echo addmod %p/Inputs/trivial-object-test.elf-x86-64 >> %t.mri
+; RUN: echo "addmod  \"%p/Inputs/trivial-object-test.elf-x86-64\" " >> %t.mri
 ; RUN: echo save >> %t.mri
 ; RUN: echo end >> %t.mri
 
@@ -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