Skip to content

Commit e220bd8

Browse files
author
Alex B
committed
Fix Sed Syntax
1 parent 1c9662d commit e220bd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/test/tools/dsymutil/ARM/stmt-seq-macho.test

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ ld64.lld \
8383

8484
# Convert executable to YAML for the test
8585
echo "#--- stmt_seq_macho.o.yaml"
86-
obj2yaml stmt_seq_macho.o | sed '1a IsLittleEndian: true'
86+
obj2yaml stmt_seq_macho.o | sed '1a\
87+
IsLittleEndian: true'
8788
echo ""
8889
echo "#--- stmt_seq_macho.exe.yaml"
89-
obj2yaml stmt_seq_macho.exe | sed '1a IsLittleEndian: true'
90+
obj2yaml stmt_seq_macho.exe | sed '1a\
91+
IsLittleEndian: true'
9092

9193
#--- stmt-seq-macho.yaml
9294
#--- stmt_seq_macho.o.yaml

0 commit comments

Comments
 (0)