Index: llvm/trunk/test/tools/yaml2obj/elf-override-shoffset.yaml =================================================================== --- llvm/trunk/test/tools/yaml2obj/elf-override-shoffset.yaml +++ llvm/trunk/test/tools/yaml2obj/elf-override-shoffset.yaml @@ -73,13 +73,13 @@ # RUN: yaml2obj --docnum=2 %s -o %t2 # RUN: yaml2obj --docnum=3 %s -o %t3 -# RUN: od -t x8 -v %t2 > %t.txt -# RUN: od -t x8 -v %t3 >> %t.txt +# RUN: od -t x1 -v %t2 > %t.txt +# RUN: od -t x1 -v %t3 >> %t.txt # RUN: FileCheck %s --input-file=%t.txt --check-prefix=CASE2 -# CASE2: [[OFFSET:.*]] fefefefefefefefe +# CASE2: [[OFFSET:.*]] fe fe fe fe fe fe fe fe # CASE2: [[FILESIZE:.*]]{{$}} -# CASE2: [[OFFSET]] fefefefefefefefe +# CASE2: [[OFFSET]] fe fe fe fe fe fe fe fe # CASE2: [[FILESIZE]]{{$}} --- !ELF Index: llvm/trunk/test/tools/yaml2obj/elf-override-shsize.yaml =================================================================== --- llvm/trunk/test/tools/yaml2obj/elf-override-shsize.yaml +++ llvm/trunk/test/tools/yaml2obj/elf-override-shsize.yaml @@ -72,13 +72,13 @@ # RUN: yaml2obj --docnum=2 %s -o %t2 # RUN: yaml2obj --docnum=3 %s -o %t3 -# RUN: od -t x8 -v %t2 > %t.txt -# RUN: od -t x8 -v %t3 >> %t.txt +# RUN: od -t x1 -v %t2 > %t.txt +# RUN: od -t x1 -v %t3 >> %t.txt # RUN: FileCheck %s --input-file=%t.txt --check-prefix=CASE2 -# CASE2: [[OFFSET:.*]] fefefefefefefefe +# CASE2: [[OFFSET:.*]] fe fe fe fe fe fe fe fe # CASE2: [[FILESIZE:.*]]{{$}} -# CASE2: [[OFFSET]] fefefefefefefefe +# CASE2: [[OFFSET]] fe fe fe fe fe fe fe fe # CASE2: [[FILESIZE]]{{$}} --- !ELF